Skip to content

Commit

Permalink
Update version to 0.2.1-SNAPSHOT (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Mar 31, 2020
1 parent 567bbe3 commit d80af33
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.0'
version = '0.2.1-SNAPSHOT'

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

0 comments on commit d80af33

Please sign in to comment.