Skip to content

Commit

Permalink
Prepare for release 2.3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
GDG-X committed Mar 19, 2016
1 parent 22ad328 commit b6755e2
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 @@ -48,7 +48,7 @@ ext {
versionMajor = 2
versionMinor = 3
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 b6755e2

Please sign in to comment.