From 1b3ae9750d0ed700cce45ebfa008b8b6619e5cd9 Mon Sep 17 00:00:00 2001 From: Github Action Date: Sun, 24 Dec 2023 10:39:03 +0000 Subject: [PATCH] Update dev version to bcc2e17a7f7f1237f7e63fa1525f50252e10ccf8 --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 2588776..6504aba 100644 --- a/config/config.go +++ b/config/config.go @@ -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