Skip to content

Commit

Permalink
v0.1.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
misitebao committed Dec 7, 2021
1 parent 84c94eb commit 7db573a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/tiga/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ import (
var (
app = &cli.App{
Name: "Tiga CLI",
Version: "v0.0.8",
Version: "v0.1.0-beta.2",
Usage: "Tiga Ecosystem Command Line Tool",
Authors: []*cli.Author{
&cli.Author{
{
Name: "Misitebao",
Email: "[email protected]",
},
Expand Down
3 changes: 3 additions & 0 deletions cmd/tiga/version.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package main

const Version = "v0.1.0-beta.2"
2 changes: 1 addition & 1 deletion npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tigateam/cli",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "🖥 Tiga Ecosystem Command Line Tool",
"main": "",
"scripts": {
Expand Down

0 comments on commit 7db573a

Please sign in to comment.