diff --git a/Makefile b/Makefile index 395f873010..a455a2018d 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,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.48.6 +VERSION ?= v1.48.7 COMMIT_HASH ?= $(shell git rev-parse HEAD) # The path where the UI project has been git cloned. The UI should