diff --git a/VERSION b/VERSION index 79ec0dc3af..9eb200ca42 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2021.06-rc +2021.07 diff --git a/boot.php b/boot.php index aa3739f010..47f626629f 100644 --- a/boot.php +++ b/boot.php @@ -38,7 +38,7 @@ use Friendica\Util\DateTimeFormat; define('FRIENDICA_PLATFORM', 'Friendica'); define('FRIENDICA_CODENAME', 'Siberian Iris'); -define('FRIENDICA_VERSION', '2021.06-rc'); +define('FRIENDICA_VERSION', '2021.07'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_TABLE_STRUCTURE_VERSION', 1288);