Skip to content

Commit

Permalink
update ver
Browse files Browse the repository at this point in the history
  • Loading branch information
KJHJason committed May 20, 2024
1 parent adf5ba0 commit cc3674b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc3674b

Please sign in to comment.