From e62bdadea3f26b60430bb85248f300fee68ecdcc Mon Sep 17 00:00:00 2001 From: agnostic-apollo Date: Sun, 24 Dec 2023 01:45:45 +0500 Subject: [PATCH] Changed: Bump to 0.58.0 --- termux-api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/termux-api.c b/termux-api.c index 4d6686b..68dd822 100644 --- a/termux-api.c +++ b/termux-api.c @@ -22,7 +22,7 @@ #include "termux-api.h" -#define TERMUX_API_PACKAGE_VERSION "0.57" +#define TERMUX_API_PACKAGE_VERSION "0.58.0" #ifndef PREFIX # define PREFIX "/data/data/com.termux/files/usr"