diff --git a/Makefile b/Makefile index 98ffef6c..4d0d42e7 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PACKAGE := github.com/derailed/$(NAME) GIT := $(shell git rev-parse --short HEAD) SOURCE_DATE_EPOCH ?= $(shell date +%s) DATE := $(shell date -u -d @${SOURCE_DATE_EPOCH} +%FT%T%Z) -VERSION ?= v0.19.7 +VERSION ?= v0.20.2 IMG_NAME := derailed/k9s IMAGE := ${IMG_NAME}:${VERSION}