File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff 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."
You can’t perform that action at this time.
0 commit comments