Skip to content

Commit

Permalink
Published 30.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DreierF committed May 10, 2023
1 parent fd17436 commit 646f4c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ We use [semantic versioning](http://semver.org/):

# Next Release

# 30.0.2
- [fix] _teamscale-gradle-plugin_: Reports uploaded by `teamscaleReportUpload` ended up in wrong partition
- [fix] _impacted-test-engine_: Failure when no tests were impacted

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("30.0.1")
val appVersion by extra("30.0.2")

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

Expand Down

0 comments on commit 646f4c9

Please sign in to comment.