Update Makefile

This commit is contained in:
Daniel Finneran
2022-04-01 15:59:54 +01:00
committed by GitHub
parent 342161068a
commit 7b0bd4061f

View File

@@ -5,7 +5,7 @@ TARGET := kube-vip
.DEFAULT_GOAL: $(TARGET)
# These will be provided to the target
VERSION := v0.4.2
VERSION := v0.4.3
BUILD := `git rev-parse HEAD`
# Operating System Default (LINUX)