Skip to content

Commit

Permalink
Bump version to v3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Katrina Owen committed Aug 22, 2018
1 parent 78cbd41 commit a07fb1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
## Next Release
* **Your contribution here**

## v3.0.7 (2018-08-21)
* [#705](https://github.com/exercism/cli/pull/705) Fix confusion about path and filepath - [@kytrinyx]
* [#650](https://github.com/exercism/cli/pull/650) Fix encoding problem in filenames - [@williandrade]

## v3.0.6 (2018-07-17)
* [#652](https://github.com/exercism/cli/pull/652) Add support for teams feature - [@kytrinyx]
* [#683](https://github.com/exercism/cli/pull/683) Fix typo in welcome message - [@glebedel]
Expand Down Expand Up @@ -421,4 +425,5 @@ All changes by [@msgehard]
[@rprouse]: https://github.com/rprouse
[@simonjefford]: https://github.com/simonjefford
[@srt32]: https://github.com/srt32
[@williandrade]: https://github.com/williandrade
[@zabawaba99]: https://github.com/zabawaba99
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.6"
const Version = "3.0.7"

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

0 comments on commit a07fb1b

Please sign in to comment.