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 4d7a12c + db32fbb commit 2ca625e
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 = "7276f2193dbe57697733c79a39f9e4a739166650"
const Version = "f9d6bd320aa43cb56c27863be56776a453189e34"

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

0 comments on commit 2ca625e

Please sign in to comment.