diff --git a/VERSION b/VERSION index 04d17e893b..f73d2c17c4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2020.12-rc +2021.01 diff --git a/boot.php b/boot.php index 504f997d9f..32eb84a247 100644 --- a/boot.php +++ b/boot.php @@ -38,7 +38,7 @@ use Friendica\Util\DateTimeFormat; define('FRIENDICA_PLATFORM', 'Friendica'); define('FRIENDICA_CODENAME', 'Red Hot Poker'); -define('FRIENDICA_VERSION', '2020.12-rc'); +define('FRIENDICA_VERSION', '2021.01'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_UPDATE_ROUTINE_VERSION', 1170);