diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-11-07 12:41:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-07 12:41:13 +0100 |
commit | 8f546eb88368cfe0f21fdab1fe85edea3e29651c (patch) | |
tree | 5e282ad44190eae3441cfd072f8c791c437466f5 | |
parent | 669063d6c115aeae0503ca4ba7aea032be187b3d (diff) | |
parent | af8c04ff2bb2b21c60bc4b506014e2f09cb81d71 (diff) | |
download | nextcloud-server-8f546eb88368cfe0f21fdab1fe85edea3e29651c.tar.gz nextcloud-server-8f546eb88368cfe0f21fdab1fe85edea3e29651c.zip |
Merge pull request #17826 from nextcloud/version/15.0.13/finalv15.0.13
15.0.13
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index c6fbf42dc94..8626dbda7da 100644 --- a/version.php +++ b/version.php @@ -29,10 +29,10 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = array(15, 0, 13, 0); +$OC_Version = array(15, 0, 13, 1); // The human readable string -$OC_VersionString = '15.0.13 RC1'; +$OC_VersionString = '15.0.13'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |