Bump to 1.9.10

This commit is contained in:
raoulvdberge
2020-11-14 11:35:23 +01:00
parent 8e8c1ab04f
commit c86adb30cc

View File

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