bump version to 0.7 - saait - the most boring static page generator | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 0a5c6534a04a5cdac0a8e3d7f294e1fd7e281f6f | |
parent 61e26836e8656a48af28af693c506b022244cc2d | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sun, 23 Feb 2020 20:35:13 +0100 | |
bump version to 0.7 | |
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.6 | |
+VERSION = 0.7 | |
# paths | |
PREFIX = /usr/local |