Skip to content

Commit b31af6c

Browse files
author
Katrina Owen
committed
Bump version to v3.0.12
1 parent 7d92475 commit b31af6c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
66

77
## Next Release
88
* **Your contribution here**
9+
10+
## v3.0.12 (2019-07-07)
911
* [#770](https://github.com/exercism/cli/pull/770) Print API error messages in submit command - [@Smarticles101]
1012
* [#763](https://github.com/exercism/cli/pull/763) Add Fish shell tab completions - [@John-Goff]
1113
* [#806](https://github.com/exercism/cli/pull/806) Make Zsh shell tab completions work on $fpath - [@QuLogic]

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
// Version is the version of the current build.
1111
// It follows semantic versioning.
12-
const Version = "3.0.11"
12+
const Version = "3.0.12"
1313

1414
// checkLatest flag for version command.
1515
var checkLatest bool

0 commit comments

Comments
 (0)