bump version meta; update github actions workflows

This commit is contained in:
Ian Norden 2020-11-13 15:11:25 -06:00
parent 2c107d7a28
commit 68aa1dea50
2 changed files with 4 additions and 5 deletions

View File

@ -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:

View File

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