From 90a734fbdd50c76443a841a473d686ec8281a45c Mon Sep 17 00:00:00 2001 From: C0deH4cker Date: Wed, 6 Nov 2024 03:04:36 -0800 Subject: [PATCH] Mark v2.2 as released --- Versions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Versions.mk b/Versions.mk index 2071e4b..f78fb4f 100644 --- a/Versions.mk +++ b/Versions.mk @@ -6,7 +6,7 @@ # Update any time the PwnableHarness makefiles are changed PHMAKE_VERSION := v2.2 -PHMAKE_RELEASED := v2.1 +PHMAKE_RELEASED := v2.2 # This only needs to update when there's a change that would affect the base # images. Changes that only affect PwnableHarness as a build system don't need