From c6dba4d59f7a331e179a7242348088ec8ce9cce4 Mon Sep 17 00:00:00 2001 From: Siyuan Miao Date: Thu, 18 Sep 2025 13:53:08 +0200 Subject: [PATCH] chore: bump to 0.4.7 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ab393b0..24d7736 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD) BUILDDATE ?= $(shell date -u +%FT%T%z) BUILDTS ?= $(shell date -u +%s) REVISION ?= $(shell git rev-parse HEAD) -VERSION_DEV ?= 0.4.7-dev$(shell date +%Y%m%d%H%M) -VERSION ?= 0.4.6 +VERSION_DEV ?= 0.4.8-dev$(shell date +%Y%m%d%H%M) +VERSION ?= 0.4.7 PROMETHEUS_TAG := github.com/prometheus/common/version KVM_PKG_NAME := github.com/jetkvm/kvm