Skip to content

Commit

Permalink
added new version number
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav-gwit committed Mar 4, 2023
1 parent 4d35a1b commit dfb3444
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.1b, version based on Golang")
fmt.Println("HosterCore v0.1c, version based on Golang")
},
}

0 comments on commit dfb3444

Please sign in to comment.