Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-01-29 23:52:22 +0300
committerGitHub <noreply@github.com>2020-01-29 23:52:22 +0300
commit8fb398bfb01ff72763609bb309f770e6a30f58dd (patch)
treee53319e5135331ce766e641ccd828df1f40027aa /version.php
parent0948d1b7a246f56371339be5cd2c22990f256e69 (diff)
parenteb58a0201f515ad67f6ba3ae4080bdfadd4806db (diff)
Merge pull request #19155 from nextcloud/version/16.0.8/finalv16.0.8
16.0.8
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index f7a8cebd841..70e10cb0656 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(16, 0, 8, 0);
+$OC_Version = array(16, 0, 8, 1);
// The human readable string
-$OC_VersionString = '16.0.8 RC1';
+$OC_VersionString = '16.0.8';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [