Version 2.0.2

This commit is contained in:
Julian Yap 2019-02-20 15:52:06 -08:00
parent 86938e2b66
commit b4f94ada24
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
2.0.1
2.0.2

View file

@ -21,7 +21,7 @@ import "fmt"
const (
VersionMajor = 2 // Major version component of the current release
VersionMinor = 0 // Minor version component of the current release
VersionPatch = 1 // Patch 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
)