From f37e9b2a58d9b83101977d84141bb1faced017ed Mon Sep 17 00:00:00 2001 From: cytopia Date: Sun, 8 Nov 2020 13:28:58 +0100 Subject: [PATCH] Bump to minor release --- .devilbox/www/config.php | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devilbox/www/config.php b/.devilbox/www/config.php index 4019fde2..a266d120 100644 --- a/.devilbox/www/config.php +++ b/.devilbox/www/config.php @@ -13,7 +13,7 @@ error_reporting(-1); putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1'); -$DEVILBOX_VERSION = 'v1.7.3'; +$DEVILBOX_VERSION = 'v1.8.0'; $DEVILBOX_DATE = '2020-11-08'; $DEVILBOX_API_PAGE = 'devilbox-api/status.json'; diff --git a/CHANGELOG.md b/CHANGELOG.md index 43638e64..81cc88d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ major versions. ## Unreleased -## Release v1.7.3 (2020-11-08) +## Release v1.8.0 (2020-11-08) #### Fixed - [#739](https://github.com/cytopia/devilbox/issues/739) Disabled gd-jis: https://bugs.php.net/bug.php?id=73582