bump version to 0.9.3 - stagit - static git page generator | |
git clone git://git.codemadness.org/stagit | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 467dfeb8f4bf2dd1ddb69e5c9592147acb425aab | |
parent bbeffc281df6838182ea17be4b915a6f0eb97570 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sun, 23 Feb 2020 20:30:46 +0100 | |
bump version to 0.9.3 | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -1,7 +1,7 @@ | |
.POSIX: | |
NAME = stagit | |
-VERSION = 0.9.2 | |
+VERSION = 0.9.3 | |
# paths | |
PREFIX = /usr/local |