We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c8fb48 + 9d98c6c commit 706e84eCopy full SHA for 706e84e
params/version.go
@@ -24,7 +24,7 @@ const (
24
VersionMajor = 1 // Major version component of the current release
25
VersionMinor = 9 // Minor version component of the current release
26
VersionPatch = 24 // Patch version component of the current release
27
- VersionMeta = "statediff-0.0.11" // Version metadata to append to the version string
+ VersionMeta = "statediff-0.0.13" // Version metadata to append to the version string
28
)
29
30
// Version holds the textual version string.
0 commit comments