Skip to content

Commit 5cd9287

Browse files
authored
Merge pull request #190 from vulcanize/v1.10.15-statediff-2.0.0
V1.10.15 statediff 2.0.0
2 parents 6a9b37c + d8f46a6 commit 5cd9287

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/on-master.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: Docker Build and publish to Github
33
on:
44
push:
55
branches:
6-
- v1.10.15-statediff
6+
- statediff
7+
- statediff-v2
8+
- v1.10.15-statediff-v2
79
- v1.10.14-statediff
810
- v1.10.13-statediff
911
- v1.10.12-statediff

params/version.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ import (
2121
)
2222

2323
const (
24-
VersionMajor = 1 // Major version component of the current release
25-
VersionMinor = 10 // Minor version component of the current release
26-
VersionPatch = 15 // Patch version component of the current release
27-
VersionMeta = "statediff-0.0.29" // Version metadata to append to the version string
24+
VersionMajor = 1 // Major version component of the current release
25+
VersionMinor = 10 // Minor version component of the current release
26+
VersionPatch = 15 // Patch version component of the current release
27+
VersionMeta = "statediff-2.0.0" // Version metadata to append to the version string
2828
)
2929

3030
// Version holds the textual version string.

0 commit comments

Comments
 (0)