We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1987151 commit 7725278Copy full SHA for 7725278
Makefile
@@ -2,8 +2,8 @@ BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
2
BUILDDATE ?= $(shell date -u +%FT%T%z)
3
BUILDTS ?= $(shell date -u +%s)
4
REVISION ?= $(shell git rev-parse HEAD)
5
-VERSION_DEV := 0.4.4-dev$(shell date +%Y%m%d%H%M)
6
-VERSION := 0.4.3
+VERSION_DEV := 0.4.5-dev$(shell date +%Y%m%d%H%M)
+VERSION := 0.4.4
7
8
PROMETHEUS_TAG := github.com/prometheus/common/version
9
KVM_PKG_NAME := github.com/jetkvm/kvm
0 commit comments