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 188195b commit a58eadeCopy full SHA for a58eade
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.2-dev$(shell date +%Y%m%d%H%M)
6
-VERSION := 0.4.1
+VERSION_DEV := 0.4.3-dev$(shell date +%Y%m%d%H%M)
+VERSION := 0.4.2
7
8
PROMETHEUS_TAG := github.com/prometheus/common/version
9
KVM_PKG_NAME := github.com/jetkvm/kvm
0 commit comments