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:
authorChristopher Ng <chrng8@gmail.com>2022-10-07 05:20:43 +0300
committerVincent Petry (Rebase PR Action) <PVince81@users.noreply.github.com>2022-10-13 11:31:32 +0300
commit107a974b3649b04a1a1a40db2536a0502ae682b9 (patch)
tree62964740cf400bf6e166927b4568bba71be663d9 /version.php
parent1dce303666239abd09a4add323b32a814186793a (diff)
Fix missing background on upgrade
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index c61835ff03d..e747f14b180 100644
--- a/version.php
+++ b/version.php
@@ -30,7 +30,7 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = [26, 0, 0, 0];
+$OC_Version = [26, 0, 0, 1];
// The human readable string
$OC_VersionString = '26.0.0 dev';