Skip to content

Commit

Permalink
Change version 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alicela committed Aug 18, 2021
1 parent 34f9ea0 commit 1b5fb31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kubernetes/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: bauhaus
image: nicolaslaval/bauhaus:3.0.7
image: nicolaslaval/bauhaus:3.0.8
env:
- name: API_BASE_HOST
value: 'https://bauhaus-api.toto.fr/api'
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Bauhaus",
"version": "3.0.7",
"version": "3.0.8",
"description": "Web application for the management of concepts, classifications and other statistical objects",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sonar.host.url=https://sonarcloud.io

# Project name & version
sonar.projectName=Bauhaus
sonar.projectVersion=3.0.7
sonar.projectVersion=3.0.8

# Path to sources
sonar.sources=app/src,packages/operations/src,packages/structures/src,packages/utilities/src
Expand Down

0 comments on commit 1b5fb31

Please sign in to comment.