Fix formatting issue

This commit is contained in:
Nanne Baars 2023-01-14 18:29:24 +01:00
parent dc0fc09679
commit f9b810c5ee

View File

@ -3,7 +3,7 @@
### Version numbers ### Version numbers
For WebGoat we use milestone releases first before we release the official version, we use `v2023.01` while tagging For WebGoat we use milestone releases first before we release the official version, we use `v2023.01` while tagging
and 2023.01 in the `pom.xml`. and 2023.01 in the `pom.xml`.
### Release notes: ### Release notes:
@ -17,3 +17,4 @@ git commit ....
git tag v2023.01 git tag v2023.01
git push --tags git push --tags
``` ```