bump version to 0.7.1 - saait - the most boring static page generator | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit fd64204ae7af8aea7f61ce2e6563c0f3372faa51 | |
parent 66bae484ec19ebad289b59b9250cfb726899cda5 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sun, 5 Apr 2020 16:11:20 +0200 | |
bump version to 0.7.1 | |
2 breaking bugfixes | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -1,7 +1,7 @@ | |
.POSIX: | |
NAME = saait | |
-VERSION = 0.7 | |
+VERSION = 0.7.1 | |
# paths | |
PREFIX = /usr/local |