Skip to content

Commit 80426a2

Browse files
committed
6.6.0.69-experimental
Signed-off-by: AlasDiablo <25723276+AlasDiablo@users.noreply.github.com>
1 parent 967d002 commit 80426a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply plugin: 'eclipse'
1313
apply plugin: 'maven-publish'
1414

1515
def build_number = '69'
16-
def isExperimental = false
16+
def isExperimental = true
1717
version = "6.6.0.${build_number}"
1818
if (isExperimental) {
1919
version += '-experimental'

0 commit comments

Comments
 (0)