Skip to content

Commit

Permalink
Prepare release 13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DreierF committed Jun 14, 2019
1 parent dc67b19 commit 6920914
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
@@ -1,6 +1,8 @@
We use [semantic versioning][semver]

# Next version

# 13.0.1
- [fix] Prevent `-1` to show up as covered line in Testwise Coverage report

# 13.0.0
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {


ext {
appVersion = '13.0.0' // Also update version in BuildVersion.kt
appVersion = '13.0.1' // Also update version in BuildVersion.kt
pluginVersion = '0.4.12' // Also update version in BuildVersion.kt
reportGeneratorVersion = '1.3.8'
teamscaleClientVersion = '0.2.10'
Expand Down

0 comments on commit 6920914

Please sign in to comment.