Skip to content

Commit

Permalink
Bump to v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Katrina Owen committed Jul 15, 2018
1 parent 666ebef commit cfd008a
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.4 (2018-07-15)
[#644](https://github.com/exercism/cli/pull/644) Add better error messages when solution metadata is missing - [@kytrinyx]

## v3.0.3 (2018-07-14)
[#642](https://github.com/exercism/cli/pull/642) Add better error messages when configuration is needed before download - [@kytrinyx]
[#641](https://github.com/exercism/cli/pull/641) Fix broken download for uuid flag - [@kytrinyx]
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.3"
const Version = "3.0.4"

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

0 comments on commit cfd008a

Please sign in to comment.