Skip to content

Commit

Permalink
v3.13.0 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Mar 13, 2023
1 parent 2286cf5 commit e5b8657
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.12.3
ARG RUN_IMAGE=slominskir/smoothness-weblib:3.13.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.12.3'
gradle.rootProject.ext.releaseDate = 'Feb 28 2023'
gradle.rootProject.version '3.13.0'
gradle.rootProject.ext.releaseDate = 'Mar 13 2023'
})

0 comments on commit e5b8657

Please sign in to comment.