update github actions and version meta after rebase
This commit is contained in:
parent
19ee8a0703
commit
0c67c8f925
1
.github/workflows/on-master.yaml
vendored
1
.github/workflows/on-master.yaml
vendored
@ -3,6 +3,7 @@ name: Docker Build and publish to Github
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
- v1.10.3-statediff
|
||||||
- v1.10.2-statediff
|
- v1.10.2-statediff
|
||||||
- v1.10.1-statediff
|
- v1.10.1-statediff
|
||||||
- v1.9.25-statediff
|
- v1.9.25-statediff
|
||||||
|
@ -24,7 +24,7 @@ const (
|
|||||||
VersionMajor = 1 // Major version component of the current release
|
VersionMajor = 1 // Major version component of the current release
|
||||||
VersionMinor = 10 // Minor version component of the current release
|
VersionMinor = 10 // Minor version component of the current release
|
||||||
VersionPatch = 3 // Patch version component of the current release
|
VersionPatch = 3 // Patch version component of the current release
|
||||||
VersionMeta = "stable" // Version metadata to append to the version string
|
VersionMeta = "statediff-0.0.21" // Version metadata to append to the version string
|
||||||
)
|
)
|
||||||
|
|
||||||
// Version holds the textual version string.
|
// Version holds the textual version string.
|
||||||
|
Loading…
Reference in New Issue
Block a user