Update version for release (#139)

This commit is contained in:
Trask Stalnaker 2020-02-06 16:26:10 -08:00 committed by GitHub
parent f75eb3be33
commit 7599e2f0c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ def isCI = System.getenv("CI") != null
allprojects {
group = 'io.opentelemetry.auto'
version = '0.1.0-SNAPSHOT'
version = '0.1.0'
if (isCI) {
buildDir = "${rootDir}/workspace/${projectDir.path.replace(rootDir.path, '')}/build/"