bump version to 0.2 - tscrape - twitter scraper | |
git clone git://git.codemadness.org/tscrape | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 0adbb9ec4d4f8e92643b1dfc737c1780a1c4c7a3 | |
parent 33e40c9fc70a418c65d6de3cc68c1c3431f4cd47 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Tue, 23 Apr 2019 21:07:24 +0200 | |
bump version to 0.2 | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -3,7 +3,7 @@ | |
include config.mk | |
NAME = tscrape | |
-VERSION = 0.1 | |
+VERSION = 0.2 | |
BIN = \ | |
tscrape\ |