bump version to 0.8 - saait - the most boring static page generator | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit f4aa2978064009789182c27d454c8468f7363da7 | |
parent 55da975904aa48d6514cc29b406ec1ea7c1c3719 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Tue, 15 Nov 2022 09:57:53 +0100 | |
bump version to 0.8 | |
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.1 | |
+VERSION = 0.8 | |
# paths | |
PREFIX = /usr/local |