Update version to 0.2.2 (#307)
This commit is contained in:
parent
e0589e18fe
commit
105b63ab8e
|
@ -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/"
|
||||
|
|
Loading…
Reference in New Issue