bump version to 0.2 - frontends - front-ends for some sites (experiment) | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 83a3da131d8785d4ce10b796ca8db7dff2ec23a6 | |
parent a9b8d9a25d11ec18fdee7fa98ad93db35325672a | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Thu, 3 Sep 2020 12:01:10 +0200 | |
bump version to 0.2 | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -1,7 +1,7 @@ | |
.POSIX: | |
NAME = frontends | |
-VERSION = 0.1.2 | |
+VERSION = 0.2 | |
RANLIB = ranlib | |