pull/919/head
Mitchell Hashimoto 12 years ago
parent a41678eb3b
commit d44bcc9bbb

@ -1,4 +1,4 @@
## 0.5.1 (unreleased)
## 0.5.1 (01/02/2014)
BUG FIXES:

@ -15,7 +15,7 @@ const Version = "0.5.1"
// Any pre-release marker for the version. If this is "" (empty string),
// then it means that it is a final release. Otherwise, this is the
// pre-release marker.
const VersionPrerelease = "dev"
const VersionPrerelease = ""
type versionCommand byte

Loading…
Cancel
Save