From 57652c0f0b42723b1fe4bae6a838676236bee9bb Mon Sep 17 00:00:00 2001 From: Johannes 'fish' Ziemke Date: Mon, 6 Apr 2020 11:31:19 +0200 Subject: [PATCH] Add and default to v1.17.4+k3s1 --- Makefile | 2 +- VERSIONS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 764544c..5ad30c4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= 0.9.1 +VERSION ?= 1.17.4+k3s1 PVERSION ?= 1 ARCH ?= x86_64 suffix := $(subst -x86_64,,-$(ARCH)) diff --git a/VERSIONS b/VERSIONS index 902770d..c3b9f4c 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,4 @@ +1.17.4+k3s1 0.9.1 0.4.0 0.3.0