chore: back to snapshot

This commit is contained in:
Nanne Baars 2023-11-23 22:34:34 +01:00
parent f7a9995fe0
commit 62db86246e
2 changed files with 2 additions and 2 deletions

View File

@ -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.4.jar
java -Dfile.encoding=UTF-8 -Dwebgoat.port=8080 -Dwebwolf.port=9090 -jar webgoat-2023.5.jar
```
Click the link in the log to start WebGoat.

View File

@ -10,7 +10,7 @@
<groupId>org.owasp.webgoat</groupId>
<artifactId>webgoat</artifactId>
<version>2023.5</version>
<version>2023.6-SNAPSHOT</version>
<packaging>jar</packaging>
<name>WebGoat</name>