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-16 13:39:00 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-05-17 17:10:19 +0300
commit6b7cf4672731f299de9b7b3c7e05fbb746d7fc95 (patch)
tree938221007fb4c12db864e429a4e3e02375065ac2 /version.php
parent9f064b08b3df4817d3c2fdc608a708827df8b0ae (diff)
Certain tokens can expire
However due to the nature of what we store in the token (encrypted passwords etc). We can't just delete the tokens because that would make the oauth refresh useless. 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 433f248aec7..a7b0fdbcc67 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, 3);
+$OC_Version = array(14, 0, 0, 4);
// The human readable string
$OC_VersionString = '14.0.0 alpha';