Skip to content

Commit

Permalink
Merge pull request #471 from shikoko/prepare_181
Browse files Browse the repository at this point in the history
changed the version from 1.8 to 1.8.1
  • Loading branch information
shikoko authored Apr 23, 2018
2 parents b084db2 + fea815a commit 38c46f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,8 @@ public interface VersionNumber
/** Release XXX 2017. */
int VERSION_1_8_0 = 80;

int LATEST_VERSION = VERSION_1_8_0;
/** Release 24 April 2018. */
int VERSION_1_8_1 = 81;

int LATEST_VERSION = VERSION_1_8_1;
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
## DEFAULT BUILD VARIANT
####################################################################
# Current Version number of the application
VERSION_NAME=1.8
VERSION_NAME=1.8.1

# Build Number of the application
# Overrides by Continuous Integration System during build
Expand Down

0 comments on commit 38c46f6

Please sign in to comment.