We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b581dcf commit a847adeCopy full SHA for a847ade
core/manifest/config/config.yaml
@@ -51,7 +51,7 @@ server:
51
dumpRouterMap: false # Whether to print all route lists when the Server starts. Default is true
52
53
# Version
54
- version: "4.7"
+ version: "4.8.0"
55
56
viewer:
57
Paths: ["template"]
docker-compose.yml
@@ -173,7 +173,7 @@ services:
173
- webmail
174
175
core-billionmail:
176
- image: billionmail/core:4.7.11
+ image: billionmail/core:4.8.0
177
hostname: core-manage
178
depends_on:
179
- pgsql-billionmail
0 commit comments