From e9131428b0946bc0d0e6831376b1f56431f49e29 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 26 Apr 2021 09:49:16 +0200 Subject: [PATCH] pump version 2021-06.dev --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);