aboutsummaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorhamza221 <hamzamahjoubi221@gmail.com>2023-08-01 17:08:16 +0200
committerhamza221 <hamzamahjoubi221@gmail.com>2023-08-01 17:08:16 +0200
commitaf113ddad4bc435364b8be91996bdf546b1448a5 (patch)
tree31bb944f53d2b5cb1e607b9d5d8892e5d1652977 /version.php
parent9241a38fc2ee6d285e96819389c7b941c60e7451 (diff)
downloadnextcloud-server-af113ddad4bc435364b8be91996bdf546b1448a5.tar.gz
nextcloud-server-af113ddad4bc435364b8be91996bdf546b1448a5.zip
bump oc_version to 28.0.0.1
Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index 5f477bf58b9..386c676fa36 100644
--- a/version.php
+++ b/version.php
@@ -30,7 +30,7 @@
// 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, 0];
+$OC_Version = [28, 0, 0, 1];
// The human-readable string
$OC_VersionString = '28.0.0 dev';