Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Jan 20, 2020
1 parent 6a21040 commit f0fbf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ docs:
$(MAKE) -C docs html
firefox docs/_build/html/index.html

# Call example: make release version=4.6.0
# Call example: make release version=4.7.0
release: clean
git tag -a $(version) -m 'Create version $(version)'
git push --tags
Expand Down

0 comments on commit f0fbf2d

Please sign in to comment.