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:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-07-10 13:01:17 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-07-24 14:56:25 +0300
commit49fd17ff145c20d987a355518e36f2dfded2fc96 (patch)
treee500f2c362428c3a27f95746106acdaa0eac7004 /version.php
parentdfe6c1b7e2a179a0c7aee0f43a722bf1e3e3cf3d (diff)
Add "password_by_talk" column to "share" table in the database
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
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 c18ca01286b..429bfec990f 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, 11);
+$OC_Version = array(14, 0, 0, 12);
// The human readable string
$OC_VersionString = '14.0.0 alpha';