Skip to content

Commit 9ba74ce

Browse files
authored
Merge pull request #120 from vulcanize/v1.10.8-statediff-0.0.27
Release v1.10.8-statediff-0.0.27
2 parents 13ab5ca + f0b7d4b commit 9ba74ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const (
2424
VersionMajor = 1 // Major version component of the current release
2525
VersionMinor = 10 // Minor version component of the current release
2626
VersionPatch = 8 // Patch version component of the current release
27-
VersionMeta = "statediff-0.0.26" // Version metadata to append to the version string
27+
VersionMeta = "statediff-0.0.27" // Version metadata to append to the version string
2828
)
2929

3030
// Version holds the textual version string.

0 commit comments

Comments
 (0)