Version bump
This commit is contained in:
parent
74ca0e5e25
commit
36612f0667
@ -14,11 +14,11 @@ 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.9'
|
||||
mongo_version='8.0.10'
|
||||
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"
|
||||
printf 'MONGO_TOOLS_VERSION=%s\n' '100.12.0' >> "$CI_ENV_FILE"
|
||||
printf 'MONGO_SHELL_VERSION=%s\n' '2.5.2-0' >> "$CI_ENV_FILE"
|
||||
printf 'MONGO_TOOLS_VERSION=%s\n' '100.12.2' >> "$CI_ENV_FILE"
|
||||
printf 'MONGO_RUST_PING_VERSION=%s\n' '0.4.0' >> "$CI_ENV_FILE"
|
||||
printf 'YQ_VERSION=%s\n' '4.45.1-8' >> "$CI_ENV_FILE"
|
||||
printf 'WAIT_PORT_VERSION=%s\n' '1.0.8-15' >> "$CI_ENV_FILE"
|
||||
|
Loading…
x
Reference in New Issue
Block a user