Update version to 0.2.2 (#307)

This commit is contained in:
Trask Stalnaker 2020-04-04 10:09:02 -07:00 committed by GitHub
parent e0589e18fe
commit 105b63ab8e
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.2.2-SNAPSHOT'
version = '0.2.2'
if (isCI) {
buildDir = "${rootDir}/workspace/${projectDir.path.replace(rootDir.path, '')}/build/"