Skip to content

Commit 25fa48b

Browse files
committed
back to snapshot
1 parent 21025ac commit 25fa48b

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
@@ -18,11 +18,11 @@ project.ext {
1818

1919
projectMajorVersion = "7"
2020
projectMinorVersion = "0"
21-
projectPatchVersion = "7"
22-
releaseType = "RELEASE"
21+
projectPatchVersion = "8"
22+
// releaseType = "RELEASE"
2323
// releaseType = "M2"
2424
// releaseType = "RC1"
25-
// releaseType = "BUILD-SNAPSHOT"
25+
releaseType = "BUILD-SNAPSHOT"
2626

2727
// overall project version
2828
projectVersion = "${projectMajorVersion}.${projectMinorVersion}.${projectPatchVersion}"

0 commit comments

Comments
 (0)