Skip to content

Commit

Permalink
fix version / tag mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrunde committed Jul 27, 2022
1 parent 460474c commit 5e07745
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.10.3"
const currentReleaseVersion = "v0.10.5"

// 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 5e07745

Please sign in to comment.