bump version meta

This commit is contained in:
i-norden 2022-01-31 13:22:28 -06:00
parent c4b397de2c
commit 844d1719db

View File

@ -24,7 +24,7 @@ const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 10 // Minor version component of the current release
VersionPatch = 15 // Patch version component of the current release
VersionMeta = "statediff-3.0.1" // Version metadata to append to the version string
VersionMeta = "statediff-3.1.0" // Version metadata to append to the version string
)
// Version holds the textual version string.