bump up v1.3.1

This commit is contained in:
Tuna 2019-03-12 10:48:20 +07:00
parent 7714a18330
commit 10ec2abda1

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 = 0 // Patch 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
)