Skip to content

Commit

Permalink
Update version to 0.3.0 (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored May 19, 2020
1 parent cd68061 commit a64cdfd
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 @@ -24,7 +24,7 @@ def isCI = System.getenv("CI") != null

allprojects {
group = 'io.opentelemetry.auto'
version = '0.2.3-SNAPSHOT'
version = '0.3.0'

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

0 comments on commit a64cdfd

Please sign in to comment.