1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 13:36:35 +01:00

Fix small build bug and bump to v0.11.1

This commit is contained in:
jfreegman
2021-06-28 16:04:25 -04:00
parent 8dfd009e0e
commit 768617a129
5 changed files with 11 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
# Version
TOXIC_VERSION = 0.11.0
TOXIC_VERSION = 0.11.1
REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error")
ifneq (, $(findstring error, $(REV)))
VERSION = $(TOXIC_VERSION)