Skip to content

Commit 3968e88

Browse files
author
Katrina Owen
committed
Bump version to v2.4.1
1 parent e542590 commit 3968e88

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
55
----------------
66

77
## Next Release
8-
* [#385](https://github.com/exercism/cli/pull/385) Fix broken upgrades for Windows - [@Tonkpils]
98
* **Your contribution here**
109

10+
## v2.4.1 (2017-07-01)
11+
* [#385](https://github.com/exercism/cli/pull/385) Fix broken upgrades for Windows - [@Tonkpils]
12+
1113
## v2.4.0 (2017-03-24)
1214

1315
* [#344](https://github.com/exercism/cli/pull/344) Make the CLI config paths more XDG friendly - [@narqo]

exercism/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const (
1717
// We try to follow Semantic Versioning (http://semver.org),
1818
// but with the http://exercism.io app being a prototype, a
1919
// lot of things get out of hand.
20-
Version = "2.4.0"
20+
Version = "2.4.1"
2121

2222
descConfigure = "Writes config values to a JSON file."
2323
descDebug = "Outputs useful debug information."

0 commit comments

Comments
 (0)