Skip to content

Commit

Permalink
Prepare for release 2.6.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
GDG-X committed Oct 30, 2016
1 parent f13795c commit 012177f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ext {
versionMajor = 2
versionMinor = 6
versionPatch = 0
versionBuild = 8 // bump for dogfood builds, public betas, etc.
versionBuild = 9 // bump for dogfood builds, public betas, etc.

versionCode = versionMajor * 10000 + versionMinor * 1000 + versionPatch * 100 + versionBuild
versionName = "${versionMajor}.${versionMinor}.${versionPatch}"
Expand Down

0 comments on commit 012177f

Please sign in to comment.