bump statediff patch version

This commit is contained in:
i-norden 2023-01-10 20:50:46 -06:00
parent 175482d34c
commit c3e6c00b7d

View File

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