Skip to content

Commit eb6ec12

Browse files
author
Mark Perry
committed
Updated branch 3.x to 3.3-SNAPSHOT
1 parent 334876e commit eb6ec12

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
@@ -6,12 +6,12 @@ ext {
66

77
allprojects {
88
ext {
9-
isSnapshot = false
10-
fjBaseVersion = "3.2"
9+
isSnapshot = true
10+
fjBaseVersion = "3.3"
1111

1212
snapshotAppendix = "-SNAPSHOT"
1313
fjVersion = fjBaseVersion + (isSnapshot ? snapshotAppendix : "")
14-
fjConsumeVersion = "3.1"
14+
fjConsumeVersion = "3.2"
1515

1616
projectTitle = "Functional Java"
1717
projectName = "functionaljava"

0 commit comments

Comments
 (0)