Skip to content

Commit 105b63a

Browse files
authored
Update version to 0.2.2 (#307)
1 parent e0589e1 commit 105b63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trace-java.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def isCI = System.getenv("CI") != null
2121

2222
allprojects {
2323
group = 'io.opentelemetry.auto'
24-
version = '0.2.2-SNAPSHOT'
24+
version = '0.2.2'
2525

2626
if (isCI) {
2727
buildDir = "${rootDir}/workspace/${projectDir.path.replace(rootDir.path, '')}/build/"

0 commit comments

Comments
 (0)