From 9076beb11108993e9d3e77ea6f952ea1e31ee355 Mon Sep 17 00:00:00 2001 From: Seth Art Date: Tue, 15 Oct 2024 16:26:04 -0400 Subject: [PATCH] Bumped version to 1.15.0 --- globals/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/globals/utils.go b/globals/utils.go index b6cedb8..e9e7d01 100644 --- a/globals/utils.go +++ b/globals/utils.go @@ -4,4 +4,4 @@ const CLOUDFOX_USER_AGENT = "cloudfox" const CLOUDFOX_LOG_FILE_DIR_NAME = ".cloudfox" const CLOUDFOX_BASE_DIRECTORY = "cloudfox-output" const LOOT_DIRECTORY_NAME = "loot" -const CLOUDFOX_VERSION = "1.14.3" +const CLOUDFOX_VERSION = "1.15.0"