aboutsummaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2024-05-07 12:51:21 +0200
committerMarcel Klehr <mklehr@gmx.net>2024-05-14 11:38:41 +0200
commitbeeee262184b69d6ca2d9d55acc292a75f11ddeb (patch)
tree482ee9483da47266c79de99f4207bb7dd7058f34 /version.php
parent20c09d1afb07302697a4c602ce6d47671fedbb6f (diff)
downloadnextcloud-server-beeee262184b69d6ca2d9d55acc292a75f11ddeb.tar.gz
nextcloud-server-beeee262184b69d6ca2d9d55acc292a75f11ddeb.zip
fix: bump OC_Version
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
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 97b78783d16..28e91a4702c 100644
--- a/version.php
+++ b/version.php
@@ -9,7 +9,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 = [30, 0, 0, 0];
+$OC_Version = [30, 0, 0, 1];
// The human-readable string
$OC_VersionString = '30.0.0 dev';