Version 2.1.0

This commit is contained in:
Julian Yap 2019-03-03 00:35:13 -08:00
parent ce5b64c400
commit a1b12017ee
2 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
2.0.2
2.1.0

View file

@ -22,9 +22,9 @@ import (
const (
VersionMajor = 2 // Major version component of the current release
VersionMinor = 0 // Minor version component of the current release
VersionPatch = 2 // Patch version component of the current release
VersionMeta = "uip1" // Version metadata to append to the version string
VersionMinor = 1 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "lit" // Version metadata to append to the version string
)
// Version holds the textual version string.