Skip to content

Commit 21de620

Browse files
committed
Prepare next version
1 parent 8a0d2fd commit 21de620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ ext {
4545

4646
]
4747
]
48-
snapshotVersion = false
48+
snapshotVersion = true
4949
}
5050

5151
allprojects {
5252
ext.displayName = null
5353
ext.buildTimestamp = new Date().format('yyyy-MM-dd HH:mm:ss')
5454

5555
group = 'com.jayway.jsonpath'
56-
version = '2.8.0' + (snapshotVersion ? "-SNAPSHOT" : "")
56+
version = '2.9.0' + (snapshotVersion ? "-SNAPSHOT" : "")
5757

5858
}
5959

0 commit comments

Comments
 (0)