From 166efa1ba0c7aa2fb5a7230f787c8499c765786e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 9 Apr 2015 09:55:56 -0700 Subject: [PATCH] v0.4.1 --- CHANGELOG.md | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73ebcba1d..6bc8b9d36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.4.1 (unreleased) +## 0.4.1 (April 9, 2015) IMPROVEMENTS: diff --git a/version.go b/version.go index 9680a23b4..c4f705a4a 100644 --- a/version.go +++ b/version.go @@ -9,4 +9,4 @@ const Version = "0.4.1" // A pre-release marker for the version. If this is "" (empty string) // then it means that it is a final release. Otherwise, this is a pre-release // such as "dev" (in development), "beta", "rc1", etc. -const VersionPrerelease = "dev" +const VersionPrerelease = ""