From 6d8bcaf4fe749ebf4119282f9646bad6cf6cb850 Mon Sep 17 00:00:00 2001 From: Uwe Krueger Date: Wed, 10 Apr 2019 15:22:38 +0200 Subject: [PATCH] v1.3.0-beta-7 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index da26120..9006394 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -31,7 +31,7 @@ var cfgFile string var rootCmd = &cobra.Command{ Use: "spiff", Short: "YAML in-domain templating processor", - Version: "1.3.0-dev", + Version: "v1.3.0-beta-7", } // Execute adds all child commands to the root command and sets flags appropriately.