Browse Source

Prepare next version

pull/867/merge
kalle 4 months ago
parent
commit
0ed52b46a2
  1. 2
      build.gradle

2
build.gradle

@ -53,7 +53,7 @@ allprojects {
ext.buildTimestamp = new Date().format('yyyy-MM-dd HH:mm:ss')
group = 'com.jayway.jsonpath'
version = '2.9.0' + (snapshotVersion ? "-SNAPSHOT" : "")
version = '2.10.0' + (snapshotVersion ? "-SNAPSHOT" : "")
}

Loading…
Cancel
Save