mirror of https://github.com/jetkvm/kvm.git
chore: bump version to 0.4.10
This commit is contained in:
parent
736bf0af04
commit
4bf483909c
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@ BUILDDATE := $(shell date -u +%FT%T%z)
|
|||
BUILDTS := $(shell date -u +%s)
|
||||
REVISION := $(shell git rev-parse HEAD)
|
||||
VERSION_DEV := 0.5.0-dev$(shell date +%Y%m%d%H%M)
|
||||
VERSION := 0.4.9
|
||||
VERSION := 0.4.10
|
||||
|
||||
PROMETHEUS_TAG := github.com/prometheus/common/version
|
||||
KVM_PKG_NAME := github.com/jetkvm/kvm
|
||||
|
|
|
|||
Loading…
Reference in New Issue