diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2019-12-17 09:49:55 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-12-17 15:45:08 +0100 |
commit | 31c9b4385c574fdea62fe84a9214d909a2665137 (patch) | |
tree | 39d9e3a96d3a7a6cde2a301686d68081c5e09b6a | |
parent | 0e76d1c602fe40073c4bde7573c71c8eb08a0665 (diff) | |
download | sonarqube-31c9b4385c574fdea62fe84a9214d909a2665137.tar.gz sonarqube-31c9b4385c574fdea62fe84a9214d909a2665137.zip |
Upgrade to 8.2
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 0aad12a2ae5..57f149fcb86 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=org.sonarsource.sonarqube -version=8.1 +version=8.2 description=Open source platform for continuous inspection of code quality projectTitle=SonarQube |