File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,9 @@ name: Docker Build and publish to Github
33on :
44 push :
55 branches :
6- - statediff_at_anyblock-1.9.11
7- - v1.9.23-statediff-0.0.11
8- - v1.9.23-statediff-0.0.10
9- - v1.9.23-statediff-0.0.9
6+ - v1.9.24-statediff
7+ - v1.9.23-statediff
8+ - v1.9.11-statediff
109
1110jobs :
1211 build :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const (
2424 VersionMajor = 1 // Major version component of the current release
2525 VersionMinor = 9 // Minor version component of the current release
2626 VersionPatch = 24 // Patch version component of the current release
27- VersionMeta = "stable " // Version metadata to append to the version string
27+ VersionMeta = "statediff-0.0.11 " // Version metadata to append to the version string
2828)
2929
3030// Version holds the textual version string.
You can’t perform that action at this time.
0 commit comments