bump statediff patch version #301

Merged
telackey merged 1 commits from release-v1.10.26-statediff-4.3.3-alpha into v1.10.26-statediff-v4 2023-01-11 02:54:08 +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 = 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.