Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrunde committed Aug 2, 2023
1 parent 91b47d8 commit 6f698f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.10"
const currentReleaseVersion = "v0.10.11"

// 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
4 changes: 2 additions & 2 deletions development_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ Create a github token with `repo` access. This gives you the ability to push rel
Create a new semantic version tag (ex. v0.1.0)

```
git tag -a v0.10.10 -m "Some new release commit"
git tag -a v0.10.11 -m "Some new release commit"
```

Push new tag
```
git push origin v0.10.10
git push origin v0.10.11
```

To release run:
Expand Down

0 comments on commit 6f698f5

Please sign in to comment.