Skip to content

Commit

Permalink
Bump version to 0.1.1 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Feb 7, 2020
1 parent 979845c commit 5cc9835
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 @@ -18,7 +18,7 @@ def isCI = System.getenv("CI") != null

allprojects {
group = 'io.opentelemetry.auto'
version = '0.1.0'
version = '0.1.1'

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

0 comments on commit 5cc9835

Please sign in to comment.