Skip to content

Commit

Permalink
Update version.go
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVSiK authored Dec 26, 2021
1 parent ec16785 commit 824a515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var versionCmd = &cobra.Command{
Short: "Print version number of f1 tool",
Long: "This command can be used get the version number of f1 tool",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("deployer v0.9-alpha")
fmt.Println("deployer v1.0.0")
},
}

Expand Down

0 comments on commit 824a515

Please sign in to comment.