Skip to content

Commit

Permalink
Update version to 0.2.2 (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Apr 4, 2020
1 parent e0589e1 commit 105b63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trace-java.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit 105b63a

Please sign in to comment.