From 33cc3abba21d6aeb26f1781ea4af1ce0b650bcb0 Mon Sep 17 00:00:00 2001
From: John Molakvoæ <skjnldsv@protonmail.com>
Date: Wed, 1 Nov 2023 09:28:45 +0100
Subject: chore: 28.0.0 beta 1
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
---
 version.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'version.php')

diff --git a/version.php b/version.php
index 72b0ea24cc5..d62cfe9cd50 100644
--- a/version.php
+++ b/version.php
@@ -30,10 +30,10 @@
 // between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level
 // when updating major/minor version number.
 
-$OC_Version = [28, 0, 0, 2];
+$OC_Version = [28, 0, 0, 3];
 
 // The human-readable string
-$OC_VersionString = '28.0.0 dev';
+$OC_VersionString = '28.0.0 beta 1';
 
 $OC_VersionCanBeUpgradedFrom = [
 	'nextcloud' => [
-- 
cgit v1.2.3