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