Skip to content

Commit

Permalink
cut version 1.3.0 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkubala authored Jun 14, 2018
1 parent 2cf1a51 commit 61f1d2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ go_binary(
],
importpath = "github.com/GoogleContainerTools/container-structure-test",
pure = "on",
x_defs = {"github.com/GoogleContainerTools/container-structure-test/pkg/version.version": "1.2.2"},
x_defs = {"github.com/GoogleContainerTools/container-structure-test/pkg/version.version": "1.3.0"},
deps = [
"//cmd:go_default_library",
"//pkg/drivers:go_default_library",
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# Bump these on release
# These are only used for local builds, all released builds are done with Bazel
VERSION_MAJOR ?= 1
VERSION_MINOR ?= 2
VERSION_BUILD ?= 2
VERSION_MINOR ?= 3
VERSION_BUILD ?= 0

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

Expand Down

0 comments on commit 61f1d2f

Please sign in to comment.