Skip to content

Commit

Permalink
Bump version to v3.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Katrina Owen committed Jul 7, 2019
1 parent 7d92475 commit b31af6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The exercism CLI follows [semantic versioning](http://semver.org/).

## Next Release
* **Your contribution here**

## v3.0.12 (2019-07-07)
* [#770](https://github.com/exercism/cli/pull/770) Print API error messages in submit command - [@Smarticles101]
* [#763](https://github.com/exercism/cli/pull/763) Add Fish shell tab completions - [@John-Goff]
* [#806](https://github.com/exercism/cli/pull/806) Make Zsh shell tab completions work on $fpath - [@QuLogic]
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

// Version is the version of the current build.
// It follows semantic versioning.
const Version = "3.0.11"
const Version = "3.0.12"

// checkLatest flag for version command.
var checkLatest bool
Expand Down

0 comments on commit b31af6c

Please sign in to comment.