diff --git a/build.gradle b/build.gradle index 46e37aa8b..f9e5bcf8e 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ apply plugin: 'io.codearte.nexus-staging' group = "com.google.api" archivesBaseName = "api-common" -project.version = "2.0.0" // {x-version-update:api-common:current} +project.version = "2.0.1-SNAPSHOT" // {x-version-update:api-common:current} sourceCompatibility = 1.8 targetCompatibility = 1.8 diff --git a/versions.txt b/versions.txt index 8cca1209e..426e7e7b6 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -api-common:2.0.0:2.0.0 \ No newline at end of file +api-common:2.0.0:2.0.1-SNAPSHOT \ No newline at end of file