Skip to content

Commit

Permalink
Release 1.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed Jun 27, 2024
1 parent 1d91b62 commit e98cb8d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variables:
value: "postgres:15.7-alpine"
description: "Image de la base de données"
PROJECT_VERSION:
value: "1.5.10"
value: "1.5.11"
description: "Version du projet à déployer"
SERVER_ENV_INT:
value: "int-rapportnav-appli01"
Expand Down
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import java.lang.System.getenv

group = "fr.gouv.dgampa"
version = "1.5.10"
version = "1.5.11"
description = "RapportNav"

val kotlinVersion by extra("1.9.24")
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.5.10",
"version": "1.5.11",
"private": true,
"type": "module",
"engines": {
Expand Down

0 comments on commit e98cb8d

Please sign in to comment.