diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-03-28 09:12:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-28 09:12:53 +0100 |
commit | 27dcfb94a08990a5b3f40aa9f2fd8bb2039778bf (patch) | |
tree | 49ae191978ca2c0f16e166b37629d8e0ba712b11 | |
parent | 6991c78d92deda99c5c5fd0bbeca29ebc828409b (diff) | |
parent | d6612b5c188bd81cf2d032f13cf2e62c7775878e (diff) | |
download | nextcloud-server-26.0.13.tar.gz nextcloud-server-26.0.13.zip |
Merge pull request #44523 from nextcloud/release/26.0.13v26.0.13
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index d3756badf13..ec5e66e1c79 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 = [26, 0, 13, 0]; +$OC_Version = [26, 0, 13, 1]; // The human readable string -$OC_VersionString = '26.0.13 RC1'; +$OC_VersionString = '26.0.13'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |