We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a830754 commit 1120216Copy full SHA for 1120216
Makefile
@@ -33,7 +33,7 @@ COVBASE=coverage run --append
33
34
# Updating the Major & Minor version below?
35
# Don't forget to update setup.py as well
36
-VERSION=8.0.$(shell date +%Y%m%d%H%M%S --utc --date=`git log --first-parent \
+VERSION=8.1.$(shell date +%Y%m%d%H%M%S --utc --date=`git log --first-parent \
37
--max-count=1 --format=format:%cI`)
38
39
## all : default task
0 commit comments