diff --git a/build.gradle b/build.gradle index 7b4de31..3bff050 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ allprojects { apply plugin: 'java' apply plugin: 'maven' group = 'com.google.cloud.buildartifacts' - version = '1.1.1-SNAPSHOT' + version = '1.1.1' sourceCompatibility = 1.8 targetCompatibility = 1.8 tasks.withType(JavaCompile) {