aboutsummaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorBenjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>2025-02-20 08:54:02 +0100
committerAndy Scherzinger <info@andy-scherzinger.de>2025-02-20 19:49:43 +0100
commit8bac3d674063a1da97304d3a6cf6ffa3324a47c0 (patch)
tree0589ca151ffc6ee18b90e37638ee78824b0508ba /version.php
parent7c440108ee6a73773718cce424e4165063b915f8 (diff)
downloadnextcloud-server-release/31.0.0_rc5.tar.gz
nextcloud-server-release/31.0.0_rc5.zip
build(hub): 31.0.0 RC5release/31.0.0_rc5
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 84b248ebb32..cd2701e65bc 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 = [31, 0, 0, 15];
+$OC_Version = [31, 0, 0, 16];
// The human-readable string
-$OC_VersionString = '31.0.0 RC4';
+$OC_VersionString = '31.0.0 RC5';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [