Skip to content

Commit

Permalink
v3.12.1 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Feb 27, 2023
1 parent 8a46184 commit ade965e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.12.0
ARG RUN_IMAGE=slominskir/smoothness-weblib:3.12.1

################## Stage 0
FROM ${BUILD_IMAGE} as builder
Expand Down
2 changes: 1 addition & 1 deletion 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.12.0'
gradle.rootProject.version '3.12.1'
gradle.rootProject.ext.releaseDate = 'Feb 27 2023'
})

0 comments on commit ade965e

Please sign in to comment.