Skip to content

Commit

Permalink
Bump minimum allowed pwnmake script version to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
C0deH4cker committed Nov 6, 2024
1 parent 31b04b3 commit 9f5a4af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pwnmake/pwnmake-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ if [ -n "${PWNMAKE_VERBOSE:-}" ]; then
set -x
fi

# Version 2.1 has breaking changes that require cooperation between the pwnmake
# script and the pwnmake image.
PWNMAKE_VERSION_MIN=2.1
# Version 2.2 has important fixes, enough that we should force updating (as I
# won't bother testing compatibility).
PWNMAKE_VERSION_MIN=2.2
if vercmp "$PWNMAKE_VERSION" -lt "$PWNMAKE_VERSION_MIN"; then
echo "Your pwnmake script is out of date!" >&2
echo "Installed version: $PWNMAKE_VERSION" >&2
Expand Down

0 comments on commit 9f5a4af

Please sign in to comment.