Update version to 0.2.0 (#294)
This commit is contained in:
parent
750a979331
commit
567bbe3c00
|
@ -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/"
|
||||
|
|
Loading…
Reference in New Issue