From a7e45b9ae5e231ea9b9925ad6a7b43f4d5045757 Mon Sep 17 00:00:00 2001 From: Joseph Barcia Date: Sun, 12 Apr 2026 17:47:40 +0000 Subject: [PATCH] Bump version to 2.0.2 --- globals/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/globals/utils.go b/globals/utils.go index d5c3b862..558235e7 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 = "2.0.1" +const CLOUDFOX_VERSION = "2.0.2"