Skip to content

Commit

Permalink
Prepare release 1.13.0 (#4356)
Browse files Browse the repository at this point in the history
Co-authored-by: opentelemetry-java-bot <[email protected]>
  • Loading branch information
github-actions[bot] and opentelemetry-java-bot authored Apr 8, 2022
1 parent 44afb13 commit 80dc2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ allprojects {
if (release != null) {
version = "1.13.0-" + release + "-SNAPSHOT"
} else {
version = "1.13.0-SNAPSHOT"
version = "1.13.0"
}
}

0 comments on commit 80dc2e7

Please sign in to comment.