Skip to content

Commit

Permalink
chore: version up
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolystansler committed Apr 23, 2018
1 parent 8eb5f23 commit f85a069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ buildConfig {
buildConfigField 'String', 'PROFILE_URL', 'https://sourcerer.io/'

// App version.
buildConfigField 'int', 'VERSION_CODE', '9'
buildConfigField 'String', 'VERSION', '0.2.4'
buildConfigField 'int', 'VERSION_CODE', '10'
buildConfigField 'String', 'VERSION', '0.2.5'

// Logging.
buildConfigField 'String', 'ENV', project.hasProperty('env') ? env : 'production'
Expand Down

0 comments on commit f85a069

Please sign in to comment.