Skip to content

Commit 9954c37

Browse files
committed
Update version to 4.3-SNAPSHOT
1 parent ec62830 commit 9954c37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ if (JavaVersion.current().isJava8Compatible()) {
1515
allprojects {
1616

1717
ext {
18-
isSnapshot = false
19-
fjBaseVersion = "4.2"
18+
isSnapshot = true
19+
fjBaseVersion = "4.3"
2020

2121
snapshotAppendix = "-SNAPSHOT"
2222
fjVersion = fjBaseVersion + (isSnapshot ? snapshotAppendix : "")

0 commit comments

Comments
 (0)