Skip to content

Commit

Permalink
Bump version to v3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Katrina Owen committed Aug 29, 2018
1 parent 6320d95 commit e21aa65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The exercism CLI follows [semantic versioning](http://semver.org/).

## Next Release
* **Your contribution here**

## v3.0.9 (2018-08-29)
* [#720](https://github.com/exercism/cli/pull/720) Make the timeout configurable globally - [@kytrinyx]
* [#721](https://github.com/exercism/cli/pull/721) Handle windows filepaths that accidentally got submitted to the server - [@kytrinyx]
* [#722](https://github.com/exercism/cli/pull/722) Handle exercise directories with numeric suffixes - [@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.8"
const Version = "3.0.9"

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

0 comments on commit e21aa65

Please sign in to comment.