Skip to content

Commit a130def

Browse files
committed
Last 0.2.0 commit
1 parent a063392 commit a130def

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
@@ -198,7 +198,7 @@ version-update:
198198
python misc/version.py
199199

200200
version-tag:
201-
git commit -a -m "Last $(VERSION) commit"
201+
- git commit -a -m "Last $(VERSION) commit"
202202
git push
203203
git tag -a v$(VERSION) -m "Version "$(VERSION)
204204
git push --tags

0 commit comments

Comments
 (0)