diff --git a/cmd/version.go b/cmd/version.go index bbbd59a..2272337 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -15,7 +15,7 @@ var versionCmd = &cobra.Command{ Short: "Print the version number of commonmeta", Long: `All software has versions. This is commonmeta's`, Run: func(cmd *cobra.Command, args []string) { - fmt.Println("Commonmeta v0.2.3 -- HEAD") + fmt.Println("Commonmeta v0.2.4 -- HEAD") }, }