From 3968e887bae5e6ff32e1f29f19e5830c9721da44 Mon Sep 17 00:00:00 2001
From: Katrina Owen <kytrinyx@github.com>
Date: Sat, 1 Jul 2017 12:45:36 -0600
Subject: [PATCH] Bump version to v2.4.1

---
 CHANGELOG.md     | 4 +++-
 exercism/main.go | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b71dc4857..d66ad0fb1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,9 +5,11 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
 ----------------
 
 ## Next Release
-* [#385](https://github.com/exercism/cli/pull/385) Fix broken upgrades for Windows - [@Tonkpils]
 * **Your contribution here**
 
+## v2.4.1 (2017-07-01)
+* [#385](https://github.com/exercism/cli/pull/385) Fix broken upgrades for Windows - [@Tonkpils]
+
 ## v2.4.0 (2017-03-24)
 
 * [#344](https://github.com/exercism/cli/pull/344) Make the CLI config paths more XDG friendly - [@narqo]
diff --git a/exercism/main.go b/exercism/main.go
index ce0fb7b40..2fa334e7c 100644
--- a/exercism/main.go
+++ b/exercism/main.go
@@ -17,7 +17,7 @@ const (
 	// We try to follow Semantic Versioning (http://semver.org),
 	// but with the http://exercism.io app being a prototype, a
 	// lot of things get out of hand.
-	Version = "2.4.0"
+	Version = "2.4.1"
 
 	descConfigure = "Writes config values to a JSON file."
 	descDebug     = "Outputs useful debug information."