From 13d72424637a34d9b4caa734b6b8d82d44ccfb7c Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 11 Jun 2022 10:06:02 +0200 Subject: [PATCH] pump version to 2022.09-dev --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 8d0f7a5099..ef35079ff1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2022.06 +2022.09-dev diff --git a/boot.php b/boot.php index bf09fb2d04..d227f7fe8b 100644 --- a/boot.php +++ b/boot.php @@ -31,7 +31,7 @@ use Friendica\Model\Contact; define('FRIENDICA_PLATFORM', 'Friendica'); define('FRIENDICA_CODENAME', 'Giant Rhubarb'); -define('FRIENDICA_VERSION', '2022.06'); +define('FRIENDICA_VERSION', '2022.09-dev'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_TABLE_STRUCTURE_VERSION', 1288);