Skip to content

Commit

Permalink
update version to 0.10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrunde committed May 9, 2024
1 parent a9239f4 commit 84479ab
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 @@ -22,7 +22,7 @@ Please set your API token with this command: learn set --api_token=<your_api_tok
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.13"
const currentReleaseVersion = "v0.10.14"

// 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 84479ab

Please sign in to comment.