New version

This commit is contained in:
James Cole 2019-11-28 20:22:05 +01:00
parent 7daedc6c5a
commit 8ce3f8dc60
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 5 additions and 5 deletions

View File

@ -14,21 +14,21 @@ jobs:
include:
- dist: xenial
arch: amd64
env: ARCH=amd64 CHANNEL=beta VERSION=4.8.2-beta.2
env: ARCH=amd64 CHANNEL=stable VERSION=4.8.2
stage: build
script: ./.deploy/docker/travis.sh
- dist: xenial
arch: amd64
env: ARCH=arm CHANNEL=beta VERSION=4.8.2-beta.2
env: ARCH=arm CHANNEL=stable VERSION=4.8.2
stage: build
script: ./.deploy/docker/travis.sh
- dist: xenial
arch: arm64
env: ARCH=arm64 CHANNEL=beta VERSION=4.8.2-beta.2
env: ARCH=arm64 CHANNEL=stable VERSION=4.8.2
stage: build
script: ./.deploy/docker/travis.sh
- dist: xenial
arch: amd64
env: CHANNEL=beta VERSION=4.8.2-beta.2
env: CHANNEL=stable VERSION=4.8.2
stage: manifest
script: ./.deploy/docker/manifest.sh

View File

@ -125,7 +125,7 @@ return [
'is_demo_site' => false,
],
'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true,
'version' => '4.8.2-beta.2',
'version' => '4.8.2',
'api_version' => '0.10.5',
'db_version' => 11,
'maxUploadSize' => 15242880,