diff --git a/VERSION b/VERSION index 7223033747..e9cd37efec 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2021.04 +2021.06-dev diff --git a/boot.php b/boot.php index bf19f206cd..bbb66c2f9a 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.04'); +define('FRIENDICA_VERSION', '2021.06-dev'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_TABLE_STRUCTURE_VERSION', 1288);