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 20, 2023
2 parents 420cfe5 + 02418d8 commit 0aa82a3
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 = "2de510cd10db3a24c6e7c9e056f1dfecdc5a236c"
const Version = "b1bdc237e64a22b3f9a6941af93394474b4fc093"

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

0 comments on commit 0aa82a3

Please sign in to comment.