Skip to content

Commit 1e4e505

Browse files
authored
Merge pull request #415 from common-workflow-language/v8.1
bump the version in the Makefile
2 parents a830754 + 1120216 commit 1e4e505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ COVBASE=coverage run --append
3333

3434
# Updating the Major & Minor version below?
3535
# 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 \
36+
VERSION=8.1.$(shell date +%Y%m%d%H%M%S --utc --date=`git log --first-parent \
3737
--max-count=1 --format=format:%cI`)
3838

3939
## all : default task

0 commit comments

Comments
 (0)