Merge pull request #297 from cerc-io/v1.10.26-statediff-4.3.2-alpha

bump minor statediff version
This commit is contained in:
Ian Norden 2023-01-06 12:13:37 -06:00 committed by GitHub
commit 1b379116b5
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.2.2-alpha" // Version metadata to append to the version string
VersionMeta = "statediff-4.3.2-alpha" // Version metadata to append to the version string
)
// Version holds the textual version string.