We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7729c2 commit 4252876Copy full SHA for 4252876
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 Release
8
+
9
+# 32.4.2
10
- [fix] _agent_: The agent crashed while starting on some machines with "cannot construct instances of" errors
11
12
# 32.4.1
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
group = "com.teamscale"
-val appVersion by extra("32.4.1")
+val appVersion by extra("32.4.2")
val snapshotVersion = appVersion + if (VersionUtils.isTaggedRelease()) "" else "-SNAPSHOT"
0 commit comments