Skip to content

Commit

Permalink
bump version to 0.9.0 for new unit metadata functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
perrybranch-galvanize committed Sep 16, 2021
1 parent 838191b commit 8bda368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8bda368

Please sign in to comment.