From 9a65c236693e90ead74243319c8aec05aa49ed88 Mon Sep 17 00:00:00 2001 From: Igor Talankin Date: Sun, 20 Sep 2020 22:38:42 +0500 Subject: [PATCH] Bump version to 1.0.2 --- adbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adbc.c b/adbc.c index 518d4a5..814244b 100644 --- a/adbc.c +++ b/adbc.c @@ -3,7 +3,7 @@ #include #include -#define VERSION "1.0.1" +#define VERSION "1.0.2" #define MAX_LINE_LEN 512 #define ADB_LOCATION "/platform-tools/adb"