Skip to content

Commit

Permalink
Bump version to 8.0.0-RC36
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander van Delft committed Aug 15, 2024
1 parent 15b817e commit 2fb2f22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CometServer/CometServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
<Company>Starion Group S.A.</Company>
<Title>CometServer-CE</Title>
<Version>8.0.0-rc35</Version>
<Version>8.0.0-rc36</Version>
<Description>CDP4-COMET Services API</Description>
<Copyright>Copyright © Starion Group S.A.</Copyright>
<PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression>
Expand Down
4 changes: 2 additions & 2 deletions README.Create-RC.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DOCKER_BUILDKIT=1 docker build -f Dockerfile -t stariongroup/comet-webservices-community-edition:8.0.0-rc35 .
docker push stariongroup/comet-webservices-community-edition:8.0.0-rc35
DOCKER_BUILDKIT=1 docker build -f Dockerfile -t stariongroup/comet-webservices-community-edition:8.0.0-rc36 .
docker push stariongroup/comet-webservices-community-edition:8.0.0-rc36
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- comet-db-logs:/logs

comet_webservices:
image: stariongroup/comet-webservices-community-edition:8.0.0-rc35
image: stariongroup/comet-webservices-community-edition:8.0.0-rc36
container_name: comet-webservices
shm_size: 512m
restart: always
Expand Down

0 comments on commit 2fb2f22

Please sign in to comment.