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>2021-01-25 17:56:05 +0300
committerGitHub <noreply@github.com>2021-01-25 17:56:05 +0300
commit19ed5917b543356fa2daf4e21c5d3213d31ffbaa (patch)
treedfef82c8289019dca6be8ab19cf184a886ddface
parentef771f54f3117c3bbf039ef7157188027ac57b2f (diff)
parent901b534c72145a0fe1830dc66304cd2287c9c6f3 (diff)
Merge pull request #25295 from nextcloud/version/19.0.8/finalv19.0.8
19.0.8
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index fa0cddea1fd..56be8f75969 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, 8, 0];
+$OC_Version = [19, 0, 8, 1];
// The human readable string
-$OC_VersionString = '19.0.8 RC1';
+$OC_VersionString = '19.0.8';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [