diff --git a/build.gradle b/build.gradle index 2ed67898b5d..ce166bcf183 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ allprojects { // 2. In the GitHub UI, add a Release entry against the tag created in step 1. List any changes in release notes. // 3. Create a PR which bumps this from '0.10.0-SNAPSHOT' to '0.11.0-SNAPSHOT' in master to start the 0.11.0 track. // -- - version = '0.56.3-SNAPSHOT' + version = '0.57.0.post0' sourceCompatibility = '1.8' targetCompatibility = '1.8'