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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-08-11 10:29:37 +0300
committerGitHub <noreply@github.com>2022-08-11 10:29:37 +0300
commitf6f27bd7f0172817eb2bf6f218a6a5d6131f8e3d (patch)
tree94d8acbf2ddc7a4f685d55113b061288265c6846
parent934245181ba143e77722edcde2db3445d0637b9a (diff)
parent4775213eb37d1f501d0903e8281305a1f433a088 (diff)
Merge pull request #33503 from nextcloud/release/23.0.8v23.0.8
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index c1ea49db9f2..9e49a0b7688 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, 8, 0];
+$OC_Version = [23, 0, 8, 1];
// The human readable string
-$OC_VersionString = '23.0.8rc1';
+$OC_VersionString = '23.0.8';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [