Skip to content

Commit

Permalink
Merge pull request #1521 from NASA-AMMOS/release/v2-11-2
Browse files Browse the repository at this point in the history
Release v2.11.2
  • Loading branch information
joswig authored Jul 26, 2024
2 parents ad9545d + 3d41fb6 commit 9e48763
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion e2e-tests/docker-compose-many-workers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
AERIE_DB_PORT: 5432
GATEWAY_DB_USER: "${GATEWAY_USERNAME}"
GATEWAY_DB_PASSWORD: "${GATEWAY_PASSWORD}"
image: "ghcr.io/nasa-ammos/aerie-gateway:develop"
image: "ghcr.io/nasa-ammos/aerie-gateway:dev-2.11.2"
ports: ["9000:9000"]
restart: always
volumes:
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
AERIE_DB_PORT: 5432
GATEWAY_DB_USER: "${GATEWAY_USERNAME}"
GATEWAY_DB_PASSWORD: "${GATEWAY_PASSWORD}"
image: 'ghcr.io/nasa-ammos/aerie-gateway:develop'
image: 'ghcr.io/nasa-ammos/aerie-gateway:dev-2.11.2'
ports: ['9000:9000']
restart: always
volumes:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publishing.version=
# Override for releases

# Change the version number here
version.number=2.11.1
version.number=2.11.2

# If you are publishing a release *manually* (i.e. not through github actions),
# override this on the command line with `./gradlew publish -Pversion.isRelease=true`.
Expand Down
4 changes: 2 additions & 2 deletions sequencing-server/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 sequencing-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sequencing-server",
"version": "2.11.1",
"version": "2.11.2",
"description": "Aerie sequencing server",
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit 9e48763

Please sign in to comment.