diff --git a/build.gradle b/build.gradle index 7d2d4e03f..55a05245e 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ apply plugin: 'io.spring.dependency-management' allprojects { group 'org.radarbase' - version '2.1.2-SNAPSHOT' // project version + version '2.1.1' // project version // The comment on the previous line is only there to identify the project version line easily // with a sed command, to auto-update the version number with the prepare-release-branch.sh