Skip to content

Commit 75c1649

Browse files
committed
Release 36.0.0
1 parent 2d3e264 commit 75c1649

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ We use [semantic versioning](http://semver.org/):
55
- PATCH version when you make backwards compatible bug fixes.
66

77
# Next version
8+
9+
# 36.0.0
810
- [breaking fix] _teamscale-gradle-plugin_: Adjusted to breaking API changes in Gradle 9.0
911
- [feature] Reduced dependencies and hence the size of all artifacts
1012
- [fix] _installer_: `InaccessibleObjectException` at startup

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
group = "com.teamscale"
77

8-
val appVersion by extra("35.2.2")
8+
val appVersion by extra("36.0.0")
99

1010
val snapshotVersion = appVersion + if (VersionUtils.isTaggedRelease()) "" else "-SNAPSHOT"
1111

0 commit comments

Comments
 (0)