Skip to content

Commit

Permalink
Fix release branch version (#4358)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Apr 8, 2022
1 parent 80dc2e7 commit 4a0962b
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
@@ -1,7 +1,7 @@
allprojects {
val release = findProperty("otel.release")
if (release != null) {
version = "1.13.0-" + release + "-SNAPSHOT"
version = "1.13.0-" + release
} else {
version = "1.13.0"
}
Expand Down

0 comments on commit 4a0962b

Please sign in to comment.