Skip to content

Commit

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

## v3.0.8 (2018-08-22)
* [#713](https://github.com/exercism/cli/pull/713) Fix broken support for uuid flag on download command - [@nywilken]

## 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]
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.7"
const Version = "3.0.8"

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

0 comments on commit 536c25f

Please sign in to comment.