Update next version

This commit is contained in:
Daniel Nelson 2020-07-07 14:46:55 -07:00
parent 9e3fc73bc8
commit 05537584df
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ else
devnull := /dev/null
endif
next_version := 1.15.0
next_version := 1.16.0
tag := $(shell git describe --exact-match --tags 2>$(devnull))
branch := $(shell git rev-parse --abbrev-ref HEAD)
commit := $(shell git rev-parse --short=8 HEAD)