0

Version bump
All checks were successful
ci/push Pipeline was successful
ci/tag Pipeline was successful

This commit is contained in:
0x1def 2025-05-20 10:19:45 +03:00
parent 482eb538e2
commit 74ca0e5e25
Signed by: 0x1def
GPG Key ID: 3D16932F726AB1A8

View File

@ -14,7 +14,7 @@ app_component='server'
printf 'APP_COMPONENT=%s\n' "$app_component" >> "$CI_ENV_FILE"
printf 'APP_VERSION=%s\n' "$(getAppVersion)" >> "$CI_ENV_FILE"
mongo_version='8.0.8'
mongo_version='8.0.9'
printf 'MONGO_VERSION=%s\n' "$mongo_version" >> "$CI_ENV_FILE"
printf 'MONGO_BINARIES_VERSION=%s\n' "$mongo_version-0" >> "$CI_ENV_FILE"
printf 'MONGO_SHELL_VERSION=%s\n' '2.5.0-1' >> "$CI_ENV_FILE"