Skip to content

Commit

Permalink
Merge pull request #71 from vulcanize/v1.10.3-statediff-0.0.21
Browse files Browse the repository at this point in the history
update github actions and version meta after v1.10.3 rebase
  • Loading branch information
i-norden authored May 5, 2021
2 parents 19ee8a0 + 0c67c8f commit 5e7008c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Docker Build and publish to Github
on:
push:
branches:
- v1.10.3-statediff
- v1.10.2-statediff
- v1.10.1-statediff
- v1.9.25-statediff
Expand Down
8 changes: 4 additions & 4 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import (
)

const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 10 // Minor 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
VersionMajor = 1 // Major version component of the current release
VersionMinor = 10 // Minor version component of the current release
VersionPatch = 3 // Patch version component of the current release
VersionMeta = "statediff-0.0.21" // Version metadata to append to the version string
)

// Version holds the textual version string.
Expand Down

0 comments on commit 5e7008c

Please sign in to comment.