Commit 8175d7f8 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto
Browse files

v0.4.2

parent 161d1e84
Showing with 2 additions and 2 deletions
+2 -2
## 0.4.2 (unreleased)
## 0.4.2 (April 10, 2015)
BUG FIXES:
......
......@@ -9,4 +9,4 @@ const Version = "0.4.2"
// 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 = ""
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment