release: Bump for 1.5 release cycle.

This commit is contained in:
Dave Collins 2018-12-12 01:43:16 -06:00
parent 3542bcc283
commit c6f60e2c10
No known key found for this signature in database
GPG Key ID: B8904D9D9C93D1F2

View File

@ -27,7 +27,7 @@ const (
// versioning 2.0.0 spec (http://semver.org/).
const (
Major uint = 1
Minor uint = 4
Minor uint = 5
Patch uint = 0
)