Update Makefile for new release

This commit is contained in:
Daniel Finneran
2026-05-28 13:20:34 +03:00
committed by GitHub
parent 2e0ffc0122
commit a362e26f1a

View File

@@ -5,7 +5,7 @@ TARGET := kube-vip
.DEFAULT_GOAL := $(TARGET)
# These will be provided to the target
VERSION := v1.2.0-rc.1
VERSION := v1.2.0
BUILD := `git rev-parse HEAD`