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:
authorMorris Jobke <hey@morrisjobke.de>2018-04-26 10:19:58 +0300
committerGitHub <noreply@github.com>2018-04-26 10:19:58 +0300
commit2495577a3be388d39b2850a70cd039866c9b09b4 (patch)
tree65ed808fca379fb5707c37b7d78eba03386ee9d5
parenta21b4469c973699d9c49afaca185e7a77a9da2c0 (diff)
parentebb410b1222942ce3deb7e35a034f8782e0c36e3 (diff)
Merge pull request #9300 from nextcloud/final-13.0.2v13.0.2
13.0.2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 5d3f2f41d7f..5c1b3eea2f2 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(13, 0, 2, 0);
+$OC_Version = array(13, 0, 2, 1);
// The human readable string
-$OC_VersionString = '13.0.2 RC 1';
+$OC_VersionString = '13.0.2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [