Bump to 1.9.11

This commit is contained in:
raoulvdberge
2021-01-02 12:02:23 +01:00
parent 446e30409a
commit 0699d73815

View File

@@ -40,7 +40,7 @@ pitest {
junit5PluginVersion = "0.12"
}
version = '1.9.10'
version = '1.9.11'
def env = System.getenv()
if (env.BUILD_NUMBER) {
version = version + "+" + "${env.BUILD_NUMBER}"