Skip to content

Commit fe77acd

Browse files
committed
chore: bump to 0.4.8
1 parent 83caa8f commit fe77acd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
22
BUILDDATE := $(shell date -u +%FT%T%z)
33
BUILDTS := $(shell date -u +%s)
44
REVISION := $(shell git rev-parse HEAD)
5-
VERSION_DEV := 0.4.8-dev$(shell date +%Y%m%d%H%M)
6-
VERSION := 0.4.7
5+
VERSION_DEV := 0.4.9-dev$(shell date +%Y%m%d%H%M)
6+
VERSION := 0.4.8
77

88
PROMETHEUS_TAG := github.com/prometheus/common/version
99
KVM_PKG_NAME := github.com/jetkvm/kvm

0 commit comments

Comments
 (0)