Skip to content

Commit

Permalink
Increase app version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielesergio committed Mar 23, 2023
1 parent 441ba42 commit a1fc3b0
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 @@ -24,7 +24,7 @@ repositories {

final def deps = gradle.settings.app_dependencies
final def tdeps = gradle.settings.test_dependencies
final def app_version = '1.0.0'
final def app_version = '2.0.0'
ext.keep_test_container_alive = project.hasProperty('keep_test_container_alive') ? project.getProperty('keep_test_container_alive').toBoolean() : false

allprojects {
Expand Down

0 comments on commit a1fc3b0

Please sign in to comment.