feature/compatibility2 #2

Closed
orikik wants to merge 7 commits from feature/compatibility2 into master
Showing only changes of commit 359c831122 - Show all commits

View file

@ -24,7 +24,9 @@ fmt:
# Run version update check
vsn:
@diff=$$(git diff-index master version.json); \
@diff1=$$(git branch -a); \
echo $$diff1; \
diff=$$(git diff-index master version.json); \
if [[ -z "$$diff" ]]; then \
echo "⇒ You need to update the api version in the version.json file"; \
exit 1;\