Skip to content

Commit d88ef5a

Browse files
authored
bump version to 1.2.1 (#138)
1 parent 924c8b3 commit d88ef5a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ go_binary(
3838
],
3939
importpath = "github.com/GoogleContainerTools/container-structure-test",
4040
pure = "on",
41-
x_defs = {"github.com/GoogleContainerTools/container-structure-test/pkg/version.version": "1.2.0"},
41+
x_defs = {"github.com/GoogleContainerTools/container-structure-test/pkg/version.version": "1.2.1"},
4242
deps = [
4343
"//cmd:go_default_library",
4444
"//pkg/drivers:go_default_library",

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
# limitations under the License.
1414

1515
# Bump these on release
16+
# These are only used for local builds, all released builds are done with Bazel
1617
VERSION_MAJOR ?= 1
17-
VERSION_MINOR ?= 1
18-
VERSION_BUILD ?= 0
18+
VERSION_MINOR ?= 2
19+
VERSION_BUILD ?= 1
1920

2021
VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
2122

0 commit comments

Comments
 (0)