diff --git a/Makefile b/Makefile index 0770e893af..fe8c1ef3a1 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ TARGET_ARCHS ?= amd64 arm64 s390x ppc64le # Identifies the current build. # These will be embedded in the app and displayed when it starts. -VERSION ?= v1.65.4 +VERSION ?= v1.65.5 COMMIT_HASH ?= $(shell git rev-parse HEAD) # The path where the UI project has been git cloned. The UI should