Browse Source

bug fixed

bugtaker 5 years ago
parent
commit
650de35c99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -13,7 +13,7 @@ var version = "dev"
 func main() {
 	app := cli.NewApp()
 	app.Usage = "Git users manager"
-	app.Version = Version
+	app.Version = version
 	app.Commands = []cli.Command{
 		{
 			Name:    "list",