Skip to content

Commit 2c5b658

Browse files
committed
.
1 parent 0721ac9 commit 2c5b658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def versionMajor = 1
1313
def versionMinor = 8
1414
def versionPatch = 5
1515
def versionBuild = 0 // bump for dogfood builds, public betas, etc.
16-
def isBeta = true
16+
def isBeta = false
1717

1818
def versionExt = ""
1919
if (versionBuild > 0) {

0 commit comments

Comments
 (0)