Bump version numbers

This commit is contained in:
Jeff Mitchell 2016-02-25 10:42:13 -05:00
parent 5b1465a3ca
commit ba86ffa691
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## 0.5.1 (Unreleased)
## 0.5.1 (February 25th, 2016)
DEPRECATIONS/BREAKING CHANGES:
@ -54,7 +54,7 @@ BUG FIXES:
respond with a 400 rather than a 500 [GH-1085]
* secret/postgresql: Add extra revocation statements to better handle more
permission scenarios [GH-1053]
* secret/postgresql: Make connection_url properly [GH-1112]
* secret/postgresql: Make connection_url work properly [GH-1112]
## 0.5.0 (February 10, 2016)

View File

@ -15,7 +15,7 @@ const Version = "0.5.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 = ""
// VersionInfo
type VersionInfo struct {