From 8b4a5f477700f8f2a8eb3d6f456543d0d029ac4d Mon Sep 17 00:00:00 2001 From: cytopia Date: Sun, 27 Mar 2022 19:42:35 +0200 Subject: [PATCH] Adjust version according to breaking changes --- .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 28094c22..0ddd9989 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.12.0'; +$DEVILBOX_VERSION = 'v2.0.0'; $DEVILBOX_DATE = '2022-04-01'; $DEVILBOX_API_PAGE = 'devilbox-api/status.json'; diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ceb24c2..e3ed3e14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Make sure to have a look at [UPDATING.md](https://github.com/cytopia/devilbox/bl ## Unreleased -## Release v1.12.0 (2022-04-01) +## Release v2.0.0 (2022-04-01) The goal of this release is to reduce the overall size of Docker images and bring in latest versions.