Skip to content

Commit

Permalink
Bump version to v3.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Oct 3, 2018
1 parent 0cd96e0 commit 7c1f483
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.10 (2018-10-03)
* official release of v3.0.10-alpha.1 - [@nywilken]

## v3.0.10-alpha.1 (2018-09-21)
* [#739](https://github.com/exercism/cli/pull/739) update maxFileSize error to include filename - [@nywilken]
* [#736](https://github.com/exercism/cli/pull/736) Metadata file .solution.json renamed to metadata.json - [@jdsutherland]
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.10-alpha.1"
const Version = "3.0.10"

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

0 comments on commit 7c1f483

Please sign in to comment.