Skip to content

Commit e32fbfd

Browse files
committed
Set version to 4.9-SNAPSHOT
1 parent cd201cc commit e32fbfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ allprojects {
4747
defaultTasks "build"
4848

4949
ext {
50-
isSnapshot = false
51-
fjBaseVersion = "4.8.1"
50+
isSnapshot = true
51+
fjBaseVersion = "4.9"
5252

5353
snapshotAppendix = "-SNAPSHOT"
5454
fjVersion = fjBaseVersion + (isSnapshot ? snapshotAppendix : "")
55-
fjConsumeVersion = "4.8"
55+
fjConsumeVersion = "4.8.1"
5656

5757
signModule = false
5858
useRetroLambda = false

0 commit comments

Comments
 (0)