Update next version
This commit is contained in:
parent
9e3fc73bc8
commit
05537584df
2
Makefile
2
Makefile
|
|
@ -4,7 +4,7 @@ else
|
||||||
devnull := /dev/null
|
devnull := /dev/null
|
||||||
endif
|
endif
|
||||||
|
|
||||||
next_version := 1.15.0
|
next_version := 1.16.0
|
||||||
tag := $(shell git describe --exact-match --tags 2>$(devnull))
|
tag := $(shell git describe --exact-match --tags 2>$(devnull))
|
||||||
branch := $(shell git rev-parse --abbrev-ref HEAD)
|
branch := $(shell git rev-parse --abbrev-ref HEAD)
|
||||||
commit := $(shell git rev-parse --short=8 HEAD)
|
commit := $(shell git rev-parse --short=8 HEAD)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue