update github actions and version meta after v1.10.3 rebase #71

Merged
telackey merged 1 commits from v1.10.3-statediff-0.0.21 into v1.10.3-statediff 2021-05-05 17:06:19 +00:00
2 changed files with 5 additions and 4 deletions

View File

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

View File

@ -21,10 +21,10 @@ import (
) )
const ( 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.