version: update to v0.4.2 unstable (#1470)

This commit is contained in:
Rafael Matias
2019-06-13 17:45:36 +02:00
committed by GitHub
parent 0b9a3ea407
commit 99a431cf50
2 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,13 @@
## v0.4.2 (Unreleased)
### Features
### Improvements
### Bug fixes
### Notes
## v0.4.1 (June 13, 2019)
### Improvements

View File

@ -23,8 +23,8 @@ import (
const (
VersionMajor = 0 // Major version component of the current release
VersionMinor = 4 // Minor version component of the current release
VersionPatch = 1 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
VersionPatch = 2 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
)
// Version holds the textual version string.