summaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2024-05-23 17:22:49 +0200
committerGitHub <noreply@github.com>2024-05-23 17:22:49 +0200
commit5481d81792b3eec0fddbb8bf56d78c1188519509 (patch)
treef21bc8ec9d714b5d05ca3b8b26dd85c32fdb04df /version.php
parent278aafd4a4f066b62604ad4d12856c67e1c3611f (diff)
parentdccc7362b23593d3c43183b3e0ed41bd7ad98cb1 (diff)
downloadnextcloud-server-2fea035581a69a833f0b386cb757819c567d2c6b.tar.gz
nextcloud-server-2fea035581a69a833f0b386cb757819c567d2c6b.zip
Merge pull request #45467 from nextcloud/release/28.0.6v28.0.6
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 c5ba4c1622e..8d919baeefd 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/patch level
// when updating major/minor version number.
-$OC_Version = [28, 0, 6, 0];
+$OC_Version = [28, 0, 6, 1];
// The human-readable string
-$OC_VersionString = '28.0.6 RC1';
+$OC_VersionString = '28.0.6';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [