From 8bda368ae8781485b9723f344760eff137eca848 Mon Sep 17 00:00:00 2001 From: Perry Branch Date: Thu, 16 Sep 2021 15:55:14 -0600 Subject: [PATCH] bump version to 0.9.0 for new unit metadata functionality --- app/cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cmd/root.go b/app/cmd/root.go index 7d7b9da..4bc533a 100644 --- a/app/cmd/root.go +++ b/app/cmd/root.go @@ -21,7 +21,7 @@ You can get your api token at https://learn-2.galvanize.com/api_token ` // currentReleaseVersion is used to print the version the user currently has downloaded -const currentReleaseVersion = "v0.8.22" +const currentReleaseVersion = "v0.9.0" // rootCmd is the base for all our commands. It currently just checks for all the // necessary credentials and prompts the user to set them if they are not there.