diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-10-08 09:09:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-08 09:09:17 +0200 |
commit | e61ac0275c791d178c720df320e4a4750172d761 (patch) | |
tree | 66ee0184638cfb5308f2c6a999409fa93ca51d7a | |
parent | c16c19a307f3e0fce8d3329aee6b44a3251bfe45 (diff) | |
parent | f96f654a78080cbf17e8e452adf7247a18a80650 (diff) | |
download | nextcloud-server-18.0.10.tar.gz nextcloud-server-18.0.10.zip |
Merge pull request #23262 from nextcloud/version/18.0.10/finalv18.0.10
18.0.10
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index f5234d5708d..478d99e1884 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, 10, 1); +$OC_Version = array(18, 0, 10, 2); // The human readable string -$OC_VersionString = '18.0.10RC2'; +$OC_VersionString = '18.0.10'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |