Skip to content

Commit a58eade

Browse files
committed
chore: bump version to 0.4.2
1 parent 188195b commit a58eade

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.2-dev$(shell date +%Y%m%d%H%M)
6-
VERSION := 0.4.1
5+
VERSION_DEV := 0.4.3-dev$(shell date +%Y%m%d%H%M)
6+
VERSION := 0.4.2
77

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

0 commit comments

Comments
 (0)