We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afdd607 commit d512779Copy full SHA for d512779
CHANGELOG.md
@@ -5,6 +5,8 @@ We use [semantic versioning](http://semver.org/):
5
- PATCH version when you make backwards compatible bug fixes.
6
7
# Next version
8
+
9
+# 35.2.1
10
- [fix] _agent_: Bad request error when starting a test run in some cases
11
12
# 35.2.0
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
group = "com.teamscale"
-val appVersion by extra("35.2.0")
+val appVersion by extra("35.2.1")
val snapshotVersion = appVersion + if (VersionUtils.isTaggedRelease()) "" else "-SNAPSHOT"
0 commit comments