set version to v1.3.2

This commit is contained in:
Tuna 2019-03-25 15:37:40 +07:00
parent 8dee839e43
commit 9b0a357a38

View file

@ -23,7 +23,7 @@ import (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 3 // 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 = "stable" // Version metadata to append to the version string
)