File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ go_binary(
38
38
],
39
39
importpath = "github.com/GoogleContainerTools/container-structure-test" ,
40
40
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 " },
42
42
deps = [
43
43
"//cmd:go_default_library" ,
44
44
"//pkg/drivers:go_default_library" ,
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
# Bump these on release
16
+ # These are only used for local builds, all released builds are done with Bazel
16
17
VERSION_MAJOR ?= 1
17
- VERSION_MINOR ?= 1
18
- VERSION_BUILD ?= 0
18
+ VERSION_MINOR ?= 2
19
+ VERSION_BUILD ?= 1
19
20
20
21
VERSION ?= v$(VERSION_MAJOR ) .$(VERSION_MINOR ) .$(VERSION_BUILD )
21
22
You can’t perform that action at this time.
0 commit comments