Skip to content

Commit

Permalink
v3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Jan 19, 2023
1 parent 31343b2 commit 69f1206
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-demo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BUILD_IMAGE=gradle:7.4-jdk17
ARG RUN_IMAGE=slominskir/smoothness-weblib:3.9.2
ARG RUN_IMAGE=slominskir/smoothness-weblib:3.10.0

################## Stage 0
FROM ${BUILD_IMAGE} as builder
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ include 'smoothness-weblib'
include 'smoothness-demo'

gradle.projectsLoaded({
gradle.rootProject.version '3.9.2'
gradle.rootProject.ext.releaseDate = 'Jan 12 2023'
gradle.rootProject.version '3.10.0'
gradle.rootProject.ext.releaseDate = 'Jan 19 2023'
})

0 comments on commit 69f1206

Please sign in to comment.