diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-02-12 19:27:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-12 19:27:44 +0100 |
commit | f6bd5afd0370ae6308529047ba6344acf8d382a3 (patch) | |
tree | db60297bd3c93e721a467c3bb56a4907d418c8ee | |
parent | a95027b028b647d1685ee85ce6832fcd1dd676e7 (diff) | |
parent | 7c2d9d495a3c8eb429f2941696a73af9552f2afb (diff) | |
download | nextcloud-server-f6bd5afd0370ae6308529047ba6344acf8d382a3.tar.gz nextcloud-server-f6bd5afd0370ae6308529047ba6344acf8d382a3.zip |
Merge pull request #19422 from nextcloud/version/18.0.1/finalv18.0.1
18.0.1 final
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index b135215ce33..7141589fa45 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(18, 0, 1, 2); +$OC_Version = array(18, 0, 1, 3); // The human readable string -$OC_VersionString = '18.0.1 RC3'; +$OC_VersionString = '18.0.1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |