From e16f2062040fb77af52a17894b5fb77f79cfeaba Mon Sep 17 00:00:00 2001 From: Sergey Grebenshchikov Date: Sun, 17 Jun 2018 16:04:05 +0200 Subject: Release 1.1.12 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index adc9d13..b18d9e2 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ release: README.md git add README.md git add Makefile git commit -am "Release $(VERSION)" || true - git tag "$(VERSION)" + git tag "$(VERSION)" || true git push git push origin "$(VERSION)" -- cgit v1.2.3