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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-07-01 12:44:54 +0300
committerGitHub <noreply@github.com>2021-07-01 12:44:54 +0300
commit3845aa47869e6787bf9b25cae59f9b999c6f7807 (patch)
treeb868ca659885ee7fed39dc613a0eb2fa23d48a5d
parent6eb77e6380213128754eb2bdb610b9cfbe54ce10 (diff)
parent3eb9c9ea503641a877e823c299e93b7f9e4eb94b (diff)
Merge pull request #27709 from nextcloud/version/19.0.13/finalv19.0.13
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 83ddf7280bb..7d32f8b17b6 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, 13, 0];
+$OC_Version = [19, 0, 13, 1];
// The human readable string
-$OC_VersionString = '19.0.13 RC1';
+$OC_VersionString = '19.0.13';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [