diff --git a/cmd/version.go b/cmd/version.go
index 1fbac23..842d14e 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.4.2 -- HEAD")
+		cmd.Println("Commonmeta v0.4.3 -- HEAD")
 	},
 }