aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2025-01-08 18:08:02 +0100
committerArthur Schiwon <blizzz@arthur-schiwon.de>2025-01-08 18:08:02 +0100
commitb95fbe57dc078d131614ac2650cc3a6192ff1656 (patch)
tree7b59e3866da1c270ae529326491ef0c296008a61
parentdd0f7f0bbfb9c176fe4845458bdc62ec7b388d8f (diff)
downloadnextcloud-server-release/31.0.0_beta_2.tar.gz
nextcloud-server-release/31.0.0_beta_2.zip
build(hub): 31.0.0 beta 2release/31.0.0_beta_2
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 310f3bfae91..4b3c27a8af9 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, 7];
+$OC_Version = [31, 0, 0, 8];
// The human-readable string
-$OC_VersionString = '31.0.0 beta 1';
+$OC_VersionString = '31.0.0 beta 2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [