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 <roeland@famdouma.nl>2018-07-10 22:27:35 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-07-10 22:27:35 +0300
commit0fe115a536c496afe91f5908a50b3fd473d2ba01 (patch)
tree29afa78eb421ab0cf67fb4be915c673c6b0985e1 /version.php
parent489103eede395b5a89e2241032a9d0cc2eb7b73e (diff)
Add repair step
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index 93a2001444e..5c288428c13 100644
--- a/version.php
+++ b/version.php
@@ -29,7 +29,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(14, 0, 0, 9);
+$OC_Version = array(14, 0, 0, 10);
// The human readable string
$OC_VersionString = '14.0.0 alpha';