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>2017-09-19 21:18:36 +0300
committerGitHub <noreply@github.com>2017-09-19 21:18:36 +0300
commit343a69569db0aec48bc99fd3b23da08a7791d82b (patch)
treedacb97107410134cde32403d6ce02eac5641df7c
parent5e47b07b21d5e22ff891e28732982f0507c78bab (diff)
parentf438ad5d1e8b246562b1c965b400eb5f9359d34b (diff)
Merge pull request #6572 from nextcloud/bump-version-another-timev12.0.3
[stable12] Bump version to 12.0.3.3
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index f5704b3da9d..d71d76ad10c 100644
--- a/version.php
+++ b/version.php
@@ -26,7 +26,7 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = array(12, 0, 3, 2);
+$OC_Version = array(12, 0, 3, 3);
// The human readable string
$OC_VersionString = '12.0.3';