Skip to content

Commit faf0bc2

Browse files
committed
Update tot 3.2.2-SNAPSHOT
1 parent 440306c commit faf0bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ allprojects {
88
defaultTasks 'build'
99

1010
ext {
11-
isSnapshot = false
12-
fjBaseVersion = "3.2.1"
11+
isSnapshot = true
12+
fjBaseVersion = "3.2.2"
1313

1414
snapshotAppendix = "-SNAPSHOT"
1515
fjVersion = fjBaseVersion + (isSnapshot ? snapshotAppendix : "")

0 commit comments

Comments
 (0)