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-05-15 22:50:05 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-06-18 23:11:54 +0300
commit8eec3a9c9a414ba73785e484cc0d524dfecf8e47 (patch)
treed6b5a864eea720ccf8f5d9c52b112716ca63c479 /version.php
parent3dd5f3d5f659c391df3d5641b22cf28dc09f2ac8 (diff)
Add new authtoken v2 columns to the authtoken table
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 a7b0fdbcc67..0a9aee66adc 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, 4);
+$OC_Version = array(14, 0, 0, 5);
// The human readable string
$OC_VersionString = '14.0.0 alpha';