From e252cb6f869b51d883132e9b751dd6f09e23def5 Mon Sep 17 00:00:00 2001 From: PortSwigger Wiener <136816696+PortSwiggerWiener@users.noreply.github.com> Date: Thu, 30 Nov 2023 10:54:41 +0000 Subject: [PATCH] Update BCheckChecker version number. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bb16e1f..cb25c61 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,7 +46,7 @@ Requirements: Java 17+ In the top level directory of the folder containing your BChecks, run the following command: ``` -java -jar BCheckChecker-1.3.jar +java -jar BCheckChecker-1.5.jar ``` Verify the output. To do this quickly, check the exit code is 0 for a valid run.