Skip to content

Commit

Permalink
gofmt and update ver
Browse files Browse the repository at this point in the history
  • Loading branch information
KJHJason committed May 20, 2024
1 parent c64c190 commit 6ea264e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions configs/cmd_darwin.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build darwin
// +build darwin

package configs
Expand Down
1 change: 1 addition & 0 deletions configs/cmd_linux.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build linux
// +build linux

package configs
Expand Down
1 change: 1 addition & 0 deletions configs/cmd_windows.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build windows
// +build windows

package configs
Expand Down
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.2"
VERSION = "1.1.3"
MAX_RETRY_DELAY = 3
MIN_RETRY_DELAY = 1
HTTP3_MAX_RETRY = 2
Expand Down

0 comments on commit 6ea264e

Please sign in to comment.