We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d3bd8 commit ff33703Copy full SHA for ff33703
CHANGELOG.md
@@ -5,6 +5,7 @@ We use [semantic versioning](http://semver.org/):
5
- PATCH version when you make backwards compatible bug fixes.
6
7
# Next version
8
+# 35.1.0
9
- [feature] _agent_: Experimental support for Java 25 class files
10
- [fix] _agent_: Reported wrong version number in docker container
11
- [fix] _agent_: Erroneous log messages were printed about unmatched probes
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
group = "com.teamscale"
-val appVersion by extra("35.0.3")
+val appVersion by extra("35.1.0")
val snapshotVersion = appVersion + if (VersionUtils.isTaggedRelease()) "" else "-SNAPSHOT"
0 commit comments