From 7c92d625ddbdd4c9c9f1c07b46c2a1445a099d16 Mon Sep 17 00:00:00 2001 From: test2user-aqil <92258859+test2user-aqil@users.noreply.github.com> Date: Tue, 15 Aug 2023 21:56:52 +0400 Subject: [PATCH] doc: fix version strings Replace `2023.3` with `2023.4` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6fe80b62..9c148cb67 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ docker run -p 127.0.0.1:3000:3000 webgoat/webgoat-desktop Download the latest WebGoat release from [https://github.com/WebGoat/WebGoat/releases](https://github.com/WebGoat/WebGoat/releases) ```shell -java -Dfile.encoding=UTF-8 -Dwebgoat.port=8080 -Dwebwolf.port=9090 -jar webgoat-2023.3.jar +java -Dfile.encoding=UTF-8 -Dwebgoat.port=8080 -Dwebwolf.port=9090 -jar webgoat-2023.4.jar ``` Click the link in the log to start WebGoat. @@ -134,7 +134,7 @@ For instance running as a jar on a Linux/macOS it will look like this: ```Shell export EXCLUDE_CATEGORIES="CLIENT_SIDE,GENERAL,CHALLENGE" export EXCLUDE_LESSONS="SqlInjectionAdvanced,SqlInjectionMitigations" -java -jar target/webgoat-2023.3-SNAPSHOT.jar +java -jar target/webgoat-2023.4-SNAPSHOT.jar ``` Or in a docker run it would (once this version is pushed into docker hub) look like this: