Skip to content

Commit

Permalink
Update minor version (Yes, after we make the build public. I'm a derp.)
Browse files Browse the repository at this point in the history
  • Loading branch information
amadornes committed Jan 4, 2016
1 parent 26648ad commit f45286f
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 @@ -21,7 +21,7 @@ plugins {
}
*/

String modversion = "1.0.0"
String modversion = "1.0.1"

if (System.getenv("BUILD_NUMBER") != null && System.getenv("SHOW_BUILD_NUMBER") != null) {
version = modversion + "_" + System.getenv("BUILD_NUMBER")
Expand Down

0 comments on commit f45286f

Please sign in to comment.