Skip to content

Commit

Permalink
Updated version flag to present correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav-gwit committed Mar 4, 2023
1 parent 247b893 commit 104a8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ var versionCmd = &cobra.Command{
Use: "version",
Short: "Print the version number of HosterCore",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("HosterCore v0.1, version based on Golang")
fmt.Println("HosterCore v0.1a, version based on Golang")
},
}

0 comments on commit 104a8e1

Please sign in to comment.