Skip to content

Commit

Permalink
New version.
Browse files Browse the repository at this point in the history
  • Loading branch information
JC5 committed Nov 16, 2019
1 parent e54dc4c commit e917203
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -14,21 +14,21 @@ jobs:
include:
- dist: xenial
arch: amd64
env: ARCH=amd64 CHANNEL=alpha VERSION=4.8.2-alpha.3
env: ARCH=amd64 CHANNEL=alpha VERSION=4.8.2-alpha.4
stage: build
script: ./.deploy/docker/travis.sh
- dist: xenial
arch: amd64
env: ARCH=arm CHANNEL=alpha VERSION=4.8.2-alpha.3
env: ARCH=arm CHANNEL=alpha VERSION=4.8.2-alpha.4
stage: build
script: ./.deploy/docker/travis.sh
- dist: xenial
arch: arm64
env: ARCH=arm64 CHANNEL=alpha VERSION=4.8.2-alpha.3
env: ARCH=arm64 CHANNEL=alpha VERSION=4.8.2-alpha.4
stage: build
script: ./.deploy/docker/travis.sh
- dist: xenial
arch: amd64
env: CHANNEL=alpha VERSION=4.8.2-alpha.3
env: CHANNEL=alpha VERSION=4.8.2-alpha.4
stage: manifest
script: ./.deploy/docker/manifest.sh
2 changes: 1 addition & 1 deletion config/firefly.php
Expand Up @@ -125,7 +125,7 @@
'is_demo_site' => false,
],
'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true,
'version' => '4.8.2-alpha.3',
'version' => '4.8.2-alpha.4',
'api_version' => '0.10.5',
'db_version' => 11,
'maxUploadSize' => 15242880,
Expand Down

0 comments on commit e917203

Please sign in to comment.