Skip to content

Commit

Permalink
add version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
LionTao committed Aug 19, 2018
1 parent 247141f commit 8aee66a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sudawgCli.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func main() {
app := cli.NewApp()
app.Name = "sudawg-agent"
app.Usage = "Login Program for wg.suda.edu.cn"
app.Version = "v0.3"

// Global options for login without login command
app.Flags = []cli.Flag{
Expand Down

0 comments on commit 8aee66a

Please sign in to comment.