Skip to content

Commit 68aa1de

Browse files
committed
bump version meta; update github actions workflows
1 parent 2c107d7 commit 68aa1de

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/on-master.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ name: Docker Build and publish to Github
33
on:
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

1110
jobs:
1211
build:

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 = 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.

0 commit comments

Comments
 (0)