aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2024-10-10 09:48:27 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2024-10-10 09:48:27 +0200
commitae9390bfc4e10059cad0dd7670ee6095f1911e6b (patch)
tree97ae8ef75c631df9c1f13738e0b7c7c631138f68
parentbb4d0c7a2572b842da670721ce98bafbe79bc1a8 (diff)
downloadnextcloud-server-release/30.0.1_rc.tar.gz
nextcloud-server-release/30.0.1_rc.zip
build(hub): 30.0.1 RCrelease/30.0.1_rc
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 513667045e4..b3b438cba68 100644
--- a/version.php
+++ b/version.php
@@ -9,10 +9,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 = [30, 0, 1, 0];
+$OC_Version = [30, 0, 1, 1];
// The human-readable string
-$OC_VersionString = '30.0.1 RC1';
+$OC_VersionString = '30.0.1 RC';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [