Skip to content

Commit

Permalink
set version to 1.1.2.BETA
Browse files Browse the repository at this point in the history
  • Loading branch information
maximAtanasov committed Nov 5, 2019
1 parent 5b8571d commit 6b1232a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spring.jpa.properties.hibernate.id.new_generator_mappings=false

# FLYWAY (FlywayProperties)
flyway.baseline-on-migrate=true
flyway.baseline-version=1_1_0
flyway.baseline-version=1_1_1
flyway.check-location=true
flyway.enabled=true
flyway.locations=classpath:db/migration
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ file('gradle.d').listFiles().sort().each {
}

allprojects {
version = '1.1.1.BETA'
version = '1.1.2.BETA'
}

buildscript {
Expand Down

0 comments on commit 6b1232a

Please sign in to comment.