Skip to content

Commit 7deceb3

Browse files
committed
* updated beta release version
1 parent ab677d5 commit 7deceb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ repositories {
3737

3838
def versionMajor = 0
3939
def versionMinor = 8
40-
def versionPatch = 5
41-
def versionBuild = 7 // bump for dog food builds, public betas, etc.
40+
def versionPatch = 6
41+
def versionBuild = 0 // bump for dog food builds, public betas, etc.
4242

4343
def ALARM_CODE() {
4444
Properties properties = new Properties()

0 commit comments

Comments
 (0)