Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Sep 6, 2015
1 parent 2334f41 commit 39c5d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repositories {
def versionMajor = 5 // Major UI overhauls
def versionMinor = 7 // Some new functionality
def versionPatch = 0 // Bug fixes
def versionBuild = 0 // Bump for dogfood builds, public betas, etc.
def versionBuild = 1 // Bump for dogfood builds, public betas, etc.

// Version name from git
def getVersionName = { ->
Expand Down

0 comments on commit 39c5d4f

Please sign in to comment.