Skip to content

Commit

Permalink
Release 34.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DreierF committed Jul 22, 2024
1 parent 13d93ff commit 40669a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ We use [semantic versioning](http://semver.org/):
- PATCH version when you make backwards compatible bug fixes.

# Next version

# 34.0.1
- [fix] _agent_: Error was reported when the system under test used logback
- [fix] _teamscale-gradle-plugin_: Improved error message regarding minimum supported Gradle version

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

group = "com.teamscale"

val appVersion by extra("34.0.0")
val appVersion by extra("34.0.1")

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

Expand Down

0 comments on commit 40669a0

Please sign in to comment.