Skip to content

Commit

Permalink
Update default version to newest
Browse files Browse the repository at this point in the history
  • Loading branch information
erikwilson committed Feb 23, 2021
1 parent 62ad99f commit 2628f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BUILD_META=-build$(shell date +%Y%m%d)
ORG ?= rancher
PKG ?= github.com/kubernetes-sigs/cri-tools
SRC ?= github.com/kubernetes-sigs/cri-tools
TAG ?= v1.18.0$(BUILD_META)
TAG ?= v1.19.0$(BUILD_META)

ifneq ($(DRONE_TAG),)
TAG := $(DRONE_TAG)
Expand Down

0 comments on commit 2628f2c

Please sign in to comment.