v1.10.8-statediff-0.0.26 #111

Merged
arijitAD merged 1 commits from v1.10.8-statediff-0.0.26 into v1.10.8-statediff 2021-08-27 07:42:23 +00:00

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 = 8 // Patch version component of the current release
VersionMeta = "statediff-0.0.25" // Version metadata to append to the version string
VersionMeta = "statediff-0.0.26" // Version metadata to append to the version string
)
// Version holds the textual version string.