Update next_version to 1.17.0

This commit is contained in:
David Reimschussel 2020-10-21 16:10:35 -06:00
parent dd9078d5d9
commit 81dd120876
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
next_version := 1.16.0
next_version := 1.17.0
tag := $(shell git describe --exact-match --tags 2>git_describe_error.tmp; rm -f git_describe_error.tmp)
branch := $(shell git rev-parse --abbrev-ref HEAD)
commit := $(shell git rev-parse --short=8 HEAD)