From 9c4a9e144f955c9081f0f445e918f21e5ca40894 Mon Sep 17 00:00:00 2001 From: Siyuan Date: Thu, 20 Nov 2025 17:38:04 +0000 Subject: [PATCH] chore: bump version to 0.5.0-dev --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 525114e3..0390bd06 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.9-dev$(shell date +%Y%m%d%H%M) -VERSION := 0.4.8 +VERSION_DEV := 0.5.0-dev$(shell date +%Y%m%d%H%M) +VERSION := 0.4.9 PROMETHEUS_TAG := github.com/prometheus/common/version KVM_PKG_NAME := github.com/jetkvm/kvm