Skip to content

Commit

Permalink
prepare release 33.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
karottenreibe committed Jun 28, 2024
1 parent 1645703 commit b0f414b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ We use [semantic versioning](http://semver.org/):
- MINOR version when you add functionality in a backwards-compatible manner, and
- PATCH version when you make backwards compatible bug fixes.

# Next Release
# 33.3.1
- [fix] _agent_: Dump coverage when profiler settings are changed via the API.
- [fix] _agent_: NullPointerException when agent jar was located in the file system root.
- [fix] _installer_: Did not support SSL certificates that use elliptic curve ciphers.
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("33.3.0")
val appVersion by extra("33.3.1")

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

Expand Down

0 comments on commit b0f414b

Please sign in to comment.