Skip to content

Commit 4fbf03c

Browse files
committed
bump version build for beta 1 release.
1 parent 66e7ea4 commit 4fbf03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ServiceApp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
def versionMajor = 1
4141
def versionMinor = 3
4242
def versionPatch = 4
43-
def versionBuild = 0 //bump for dogfood builds, public betas, etc.
43+
def versionBuild = 1 //bump for dogfood builds, public betas, etc.
4444
def versionPrefix = "3DR Services v"
4545

4646
android {

0 commit comments

Comments
 (0)