feature/compatibility2 #2

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

View file

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