Skip to content

Commit

Permalink
Update version.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed May 12, 2024
1 parent 5a3c7ce commit 0cf7419
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 @@ -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.14 -- HEAD")
fmt.Println("Commonmeta v0.2.15 -- HEAD")
},
}

Expand Down

0 comments on commit 0cf7419

Please sign in to comment.