Skip to content

Commit

Permalink
6.6.0.69-experimental
Browse files Browse the repository at this point in the history
Signed-off-by: AlasDiablo <[email protected]>
  • Loading branch information
AlasDiablo committed Jun 20, 2021
1 parent 967d002 commit 80426a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'eclipse'
apply plugin: 'maven-publish'

def build_number = '69'
def isExperimental = false
def isExperimental = true
version = "6.6.0.${build_number}"
if (isExperimental) {
version += '-experimental'
Expand Down

0 comments on commit 80426a2

Please sign in to comment.