summaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-06-22 15:35:52 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2020-08-20 15:42:43 +0200
commit5340ab3a75d58651e3cc65688d94444b38570cfc (patch)
tree426f4cd4a944319ed1254a463adfbb86dba6f950 /version.php
parent886466d5109de6ed399e2da3dcf87eea66d531ce (diff)
downloadnextcloud-server-5340ab3a75d58651e3cc65688d94444b38570cfc.tar.gz
nextcloud-server-5340ab3a75d58651e3cc65688d94444b38570cfc.zip
New SSE key format
* Encrypt the keys with the instance secret * Store them as json (so we can add other things if needed) 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 9df6d8fbecc..7f4d76bea22 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 = [20, 0, 0, 1];
+$OC_Version = [20, 0, 0, 2];
// The human readable string
$OC_VersionString = '20.0.0 alpha';