Skip to content

Commit

Permalink
bump version number for python3.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrunde committed Nov 29, 2023
1 parent d21fcff commit b1f669d
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 @@ -20,7 +20,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.12"
const currentReleaseVersion = "v0.10.13"

// 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 b1f669d

Please sign in to comment.