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:
authorblizzz <blizzz@arthur-schiwon.de>2022-07-18 14:52:36 +0300
committerGitHub <noreply@github.com>2022-07-18 14:52:36 +0300
commit1debe060a87e1d50e18dd47b29ea32de3dc4bac6 (patch)
tree9406d042f3b13768d747c8fc8b87b4d61b69d8ee
parent4b385a44cb2a7e3543fdaa691b201d10f51da9b3 (diff)
parent76b689e1719967d6c517cfa219a6bcc15208fa3b (diff)
Merge pull request #33257 from nextcloud/release/23.0.7v23.0.7
23.0.7
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 8770ecd86a0..1d528d30bb9 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 = [23, 0, 7, 1];
+$OC_Version = [23, 0, 7, 2];
// The human readable string
-$OC_VersionString = '23.0.7 RC2';
+$OC_VersionString = '23.0.7';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [