Update version to 0.2.0 (#294)

This commit is contained in:
Trask Stalnaker 2020-03-29 22:23:36 -07:00 committed by GitHub
parent 750a979331
commit 567bbe3c00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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