bump version meta; update github actions workflows
This commit is contained in:
parent
2c107d7a28
commit
68aa1dea50
7
.github/workflows/on-master.yaml
vendored
7
.github/workflows/on-master.yaml
vendored
@ -3,10 +3,9 @@ name: Docker Build and publish to Github
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- statediff_at_anyblock-1.9.11
|
||||
- v1.9.23-statediff-0.0.11
|
||||
- v1.9.23-statediff-0.0.10
|
||||
- v1.9.23-statediff-0.0.9
|
||||
- v1.9.24-statediff
|
||||
- v1.9.23-statediff
|
||||
- v1.9.11-statediff
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -24,7 +24,7 @@ const (
|
||||
VersionMajor = 1 // Major version component of the current release
|
||||
VersionMinor = 9 // Minor version component of the current release
|
||||
VersionPatch = 24 // Patch version component of the current release
|
||||
VersionMeta = "stable" // Version metadata to append to the version string
|
||||
VersionMeta = "statediff-0.0.11" // Version metadata to append to the version string
|
||||
)
|
||||
|
||||
// Version holds the textual version string.
|
||||
|
Loading…
Reference in New Issue
Block a user