From 0cf7419d65abba67d2c9d3231fc58d34532a5c6f Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Sun, 12 May 2024 20:54:09 +0200 Subject: [PATCH] Update version.go --- cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version.go b/cmd/version.go index 5d135e9..53b38bd 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.14 -- HEAD") + fmt.Println("Commonmeta v0.2.15 -- HEAD") }, }