Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2022-03-31 10:28:42 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-03-31 10:28:42 +0300
commit0e118d730eac31d2d1f7c9dd5cdd3a74a1697e7a (patch)
treeab1dcec54bafbe927c95360920b3b482cf8e6bd5 /version.php
parentf5485489248d410859048b950ffb5824ae457552 (diff)
24.0.0 beta 2releases/24/beta2
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
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 8eb364be40a..65ab45ae313 100644
--- a/version.php
+++ b/version.php
@@ -30,10 +30,10 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = [24, 0, 0, 6];
+$OC_Version = [24, 0, 0, 7];
// The human readable string
-$OC_VersionString = '24.0.0 beta 1';
+$OC_VersionString = '24.0.0 beta 2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [