Merge pull request #301 from cerc-io/release-v1.10.26-statediff-4.3.3-alpha

bump statediff patch version
This commit is contained in:
Ian Norden 2023-01-10 20:54:08 -06:00 committed by GitHub
commit fe8814e246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.