From cc3674b83b5a1c425ba95fcfa9f4f697cc90675a Mon Sep 17 00:00:00 2001 From: KJHJason Date: Mon, 20 May 2024 21:03:37 +0800 Subject: [PATCH] update ver --- constants/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/constants.go b/constants/constants.go index a829e22..b9fef38 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -8,7 +8,7 @@ import ( const ( DEBUG_MODE = false // Will save a copy of all JSON response from the API DEFAULT_PERMS = 0755 // Owner: rwx, Group: rx, Others: rx - VERSION = "1.1.4" + VERSION = "1.1.5" MAX_RETRY_DELAY = 3 MIN_RETRY_DELAY = 1 HTTP3_MAX_RETRY = 2