From fe5893ca705feeb4321f7f6d6bc5eaff267a8bcf Mon Sep 17 00:00:00 2001 From: Alexander Kiel Date: Sun, 7 Nov 2021 18:41:12 +0100 Subject: [PATCH] Release v0.2.1 --- fhir-models-gen/cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhir-models-gen/cmd/root.go b/fhir-models-gen/cmd/root.go index ae6123aa..d25c5fa6 100644 --- a/fhir-models-gen/cmd/root.go +++ b/fhir-models-gen/cmd/root.go @@ -23,7 +23,7 @@ import ( // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{ Use: "fhir-gen", - Version: "0.2.0", + Version: "0.2.1", } // Execute adds all child commands to the root command and sets flags appropriately.