diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-04-08 14:39:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 14:39:29 +0200 |
commit | 7022222ac25f9ac1f0f9ad8e5219b3854e71156a (patch) | |
tree | 3a330858822648d54a98735c36fb530c645de03e | |
parent | bb0966f1c73c810d359a5c8adbadeb4ebdab2e32 (diff) | |
parent | 96bf8a1a92ad2db6576e29490ec170998ce8eb37 (diff) | |
download | nextcloud-server-20.0.9.tar.gz nextcloud-server-20.0.9.zip |
Merge pull request #26454 from nextcloud/version/20.0.9/finalv20.0.9
20.0.9 final
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 680be354f05..1d34c9b2339 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 = [20, 0, 9, 0]; +$OC_Version = [20, 0, 9, 1]; // The human readable string -$OC_VersionString = '20.0.9 RC1'; +$OC_VersionString = '20.0.9'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |