bump version to 0.6 - saait - the most boring static page generator | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 96915196628cde374903f8cb434898f5a6e0099c | |
parent 9203853d55254af37158617b4595d51888fa6951 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Tue, 7 Jan 2020 18:23:39 +0100 | |
bump version to 0.6 | |
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.5 | |
+VERSION = 0.6 | |
# paths | |
PREFIX = /usr/local |