update rel notes

mine
derailed 2020-03-06 10:04:46 -07:00
parent 391eed9ea4
commit a5d5a066c2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ NAME := k9s
PACKAGE := github.com/derailed/$(NAME) PACKAGE := github.com/derailed/$(NAME)
GIT := $(shell git rev-parse --short HEAD) GIT := $(shell git rev-parse --short HEAD)
DATE := $(shell date +%FT%T%Z) DATE := $(shell date +%FT%T%Z)
VERSION ?= v0.14.0 VERSION ?= v0.17.5
IMG_NAME := derailed/k9s IMG_NAME := derailed/k9s
IMAGE := ${IMG_NAME}:${VERSION} IMAGE := ${IMG_NAME}:${VERSION}