Skip to content

Commit 530d884

Browse files
committed
Bump to v17.2.0
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@owasp.org>
1 parent daece06 commit 530d884

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ LABEL maintainer="Bjoern Kimminich <bjoern.kimminich@owasp.org>" \
3838
org.opencontainers.image.vendor="Open Worldwide Application Security Project" \
3939
org.opencontainers.image.documentation="https://help.owasp-juice.shop" \
4040
org.opencontainers.image.licenses="MIT" \
41-
org.opencontainers.image.version="17.2.0-SNAPSHOT" \
41+
org.opencontainers.image.version="17.2.0" \
4242
org.opencontainers.image.url="https://owasp-juice.shop" \
4343
org.opencontainers.image.source="https://github.com/juice-shop/juice-shop" \
4444
org.opencontainers.image.revision=$VCS_REF \

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "17.2.0-SNAPSHOT",
3+
"version": "17.2.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -104,4 +104,4 @@
104104
"stylelint-scss": "^3.18.0",
105105
"ts-node": "^10.9.2"
106106
}
107-
}
107+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "juice-shop",
3-
"version": "17.2.0-SNAPSHOT",
3+
"version": "17.2.0",
44
"private": true,
55
"description": "Probably the most modern and sophisticated insecure web application",
66
"keywords": [
@@ -287,4 +287,4 @@
287287
"inject"
288288
]
289289
}
290-
}
290+
}

0 commit comments

Comments
 (0)