summaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-07-19 16:18:30 +0200
committerJoas Schilling <coding@schilljs.com>2017-07-25 12:49:16 +0200
commitd254797f561b0f7a2f3feeaa8bb868ad2d3c74be (patch)
tree0f18f14cfbc555e3e6d4ae38188ce40024a78b12 /version.php
parent41fca6c852c08e7e74ae2ceea8eadeda7a1348b1 (diff)
downloadnextcloud-server-d254797f561b0f7a2f3feeaa8bb868ad2d3c74be.tar.gz
nextcloud-server-d254797f561b0f7a2f3feeaa8bb868ad2d3c74be.zip
Trigger update to run the migration
Signed-off-by: Joas Schilling <coding@schilljs.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 d9e26eafcee..649c8ae7389 100644
--- a/version.php
+++ b/version.php
@@ -26,7 +26,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, 0, 1);
+$OC_Version = array(13, 0, 0, 2);
// The human readable string
$OC_VersionString = '13.0.0 alpha';