From 0f846df674da1660aea29b83d8390e1bc8a7ada2 Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Mon, 25 Nov 2024 15:55:29 +0100 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 38e73c8..ccaa4dc 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -13,7 +13,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) { - cmd.Println("Commonmeta v0.6.7") + cmd.Println("Commonmeta v0.6.10") }, }