diff options
author | Christopher Ng <chrng8@gmail.com> | 2022-10-07 02:20:43 +0000 |
---|---|---|
committer | Vincent Petry (Rebase PR Action) <PVince81@users.noreply.github.com> | 2022-10-13 08:31:32 +0000 |
commit | 107a974b3649b04a1a1a40db2536a0502ae682b9 (patch) | |
tree | 62964740cf400bf6e166927b4568bba71be663d9 /version.php | |
parent | 1dce303666239abd09a4add323b32a814186793a (diff) | |
download | nextcloud-server-107a974b3649b04a1a1a40db2536a0502ae682b9.tar.gz nextcloud-server-107a974b3649b04a1a1a40db2536a0502ae682b9.zip |
Fix missing background on upgrade
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 2 |
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'; |