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:
authorJoas Schilling <coding@schilljs.com>2020-03-27 10:14:13 +0300
committerJoas Schilling <coding@schilljs.com>2020-03-27 10:14:13 +0300
commit831d2536e8aa2262bbfcd4e0ec30c0cea1bb6234 (patch)
tree6425e47eccf0592bf637cb037229ef0ddb0cd1aa /version.php
parent91a39ec03d986a431afeb9459d4c65348a4e4b34 (diff)
Bump version on stable18
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 ffb1e7c1482..bee72414087 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(18, 0, 2, 2);
+$OC_Version = array(18, 0, 3, 0);
// The human readable string
-$OC_VersionString = '18.0.2';
+$OC_VersionString = '18.0.3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [