From 17c6d08cc3048332d6ec6aee51de00234694ef43 Mon Sep 17 00:00:00 2001 From: Matus Bursa Date: Sat, 1 Feb 2025 22:44:46 +0100 Subject: [PATCH] chore: update RELEASE_VERSION to 6.4. in workflow Updates the RELEASE_VERSION in the GitHub Actions workflow file to 6.4.47 to reflect the latest version of the Metasploit Framework. This ensures that the workflow uses the most recent release for builds and deployments. --- .github/workflows/metasploit-framework.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/metasploit-framework.yml b/.github/workflows/metasploit-framework.yml index 07e74be..0b19eef 100644 --- a/.github/workflows/metasploit-framework.yml +++ b/.github/workflows/metasploit-framework.yml @@ -14,7 +14,7 @@ permissions: security-events: write env: - RELEASE_VERSION: "6.4.41" + RELEASE_VERSION: "6.4.47" RUBY_VERSION: "3.2.5" jobs: