Skip to content

Commit 618f9ba

Browse files
committed
Bump version to 3.16.2
1 parent 69b6833 commit 618f9ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conf/release.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ COPY ./LICENSE .
2828
COPY ./sonar/audit sonar/audit
2929

3030
RUN pip install --upgrade pip \
31-
&& pip install sonar-tools==3.16.1
31+
&& pip install sonar-tools==3.16.2
3232

3333
USER ${USERNAME}
3434
WORKDIR /home/${USERNAME}

sonar/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
2525
"""
2626

27-
PACKAGE_VERSION = "3.16.2-beta"
27+
PACKAGE_VERSION = "3.16.2"
2828
MIGRATION_TOOL_VERSION = "0.6-snapshot"

0 commit comments

Comments
 (0)