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:
authorJoas Schilling <coding@schilljs.com>2017-07-27 12:27:25 +0300
committerJoas Schilling <coding@schilljs.com>2017-08-07 13:08:36 +0300
commit40b47f13df0b97c7852c31b4ed8e3483e7f67c75 (patch)
tree9caf17203dd80beb23833e9b90de33c7bb72f2dd /version.php
parentde911f6e5c394fc86f45edc58850fd2e7649913c (diff)
Add a repair step to drop the account_terms table on oc 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 649c8ae7389..03c03f43c8c 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, 2);
+$OC_Version = array(13, 0, 0, 3);
// The human readable string
$OC_VersionString = '13.0.0 alpha';