Skip to content

Commit 80a5e7a

Browse files
committed
* Bump build number for release
1 parent 36b5a7d commit 80a5e7a

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
@@ -39,8 +39,8 @@ repositories {
3939

4040
def versionMajor = 0
4141
def versionMinor = 6
42-
def versionPatch = 8
43-
def versionBuild = 2 // bump for dog food builds, public betas, etc.
42+
def versionPatch = 9
43+
def versionBuild = 0 // bump for dog food builds, public betas, etc.
4444

4545
def ALARM_CODE() {
4646
Properties properties = new Properties()

0 commit comments

Comments
 (0)