summaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-05-16 12:39:00 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2018-05-22 14:26:13 +0200
commit46aafe4f11e971e442baa3283906878ef5dae856 (patch)
tree662f8d10c88163b6cec9f70a79cf1b14a6f242fa /version.php
parent8fcb7d4334526a30164db1d0c45b89f9f38614bd (diff)
downloadnextcloud-server-46aafe4f11e971e442baa3283906878ef5dae856.tar.gz
nextcloud-server-46aafe4f11e971e442baa3283906878ef5dae856.zip
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 5c1b3eea2f2..60a4d48b650 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(13, 0, 2, 1);
+$OC_Version = array(13, 0, 2, 2);
// The human readable string
$OC_VersionString = '13.0.2';