diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2020-11-17 09:39:27 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-11-17 09:39:27 +0100 |
commit | b57234accea511cbfed6c7fbe3f6d19dc8c58f5e (patch) | |
tree | 8b462332b8b0d26aea968147dcca70986a23b427 /version.php | |
parent | ec4a2263428b6606c83357b70520a79f5f48e7e2 (diff) | |
download | nextcloud-server-b57234accea511cbfed6c7fbe3f6d19dc8c58f5e.tar.gz nextcloud-server-b57234accea511cbfed6c7fbe3f6d19dc8c58f5e.zip |
19.0.5
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index db7905dea79..1d281d3a346 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 = [19, 0, 5, 1]; +$OC_Version = [19, 0, 5, 2]; // The human readable string -$OC_VersionString = '19.0.5 RC2'; +$OC_VersionString = '19.0.5'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |