Skip to content

Commit

Permalink
chore: upgrade version to 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeal committed Sep 9, 2024
1 parent 0e515e3 commit efe01ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ STELLIO_SEARCH_DB_DATABASE=stellio_search
STELLIO_SUBSCRIPTION_DB_DATABASE=stellio_subscription
POSTGRES_DBNAME=${STELLIO_SEARCH_DB_DATABASE},${STELLIO_SUBSCRIPTION_DB_DATABASE}

STELLIO_DOCKER_TAG=2.15.0
STELLIO_DOCKER_TAG=2.17.0

STELLIO_AUTHENTICATION_ENABLED=false

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ subprojects {

allprojects {
group = "com.egm.stellio"
version = "2.16.0"
version = "2.17.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit efe01ae

Please sign in to comment.