Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:GoToolSharing/htb-cli into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
qu35t-code committed Dec 24, 2023
2 parents b27e042 + 1b3ae97 commit 7276f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const BaseHackTheBoxAPIURL = "https://" + HostHackTheBox + "/api/v4"

const StatusURL = "https://status.hackthebox.com/api/v2/status.json"

const Version = "0aa82a38e0554f758c92aab32e5455fa8a6c28ca"
const Version = "bcc2e17a7f7f1237f7e63fa1525f50252e10ccf8"

func ConfigureLogger() error {
var logLevel zapcore.Level
Expand Down

0 comments on commit 7276f21

Please sign in to comment.