Skip to content

Commit ec5226e

Browse files
authored
Merge branch 'main' into dev
2 parents f198df8 + 4351cc8 commit ec5226e

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.3.8-dev$(shell date +%Y%m%d%H%M)
6-
VERSION := 0.3.7
5+
VERSION_DEV := 0.3.9-dev$(shell date +%Y%m%d%H%M)
6+
VERSION := 0.3.8
77

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

0 commit comments

Comments
 (0)