bump version to 0.3 - tscrape - twitter scraper | |
git clone git://git.codemadness.org/tscrape | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit f8629e681a16fc3af086355a44c942df57291b4b | |
parent 2bc2be55ea8cc026fc822ee8031dfd49bb77d7cc | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sun, 18 Aug 2019 17:06:09 +0200 | |
bump version to 0.3 | |
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.2 | |
+VERSION = 0.3 | |
BIN = \ | |
tscrape\ |