Skip to content

Commit a64cdfd

Browse files
authored
Update version to 0.3.0 (#413)
1 parent cd68061 commit a64cdfd

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
@@ -24,7 +24,7 @@ def isCI = System.getenv("CI") != null
2424

2525
allprojects {
2626
group = 'io.opentelemetry.auto'
27-
version = '0.2.3-SNAPSHOT'
27+
version = '0.3.0'
2828

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

0 commit comments

Comments
 (0)