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-09-19 13:31:19 +0300
committerJoas Schilling <coding@schilljs.com>2017-09-29 12:10:56 +0300
commitce3bcf7e284f865284da94b53817f61c17cc6b08 (patch)
tree8847c6ecc84f48ef118b349fa7f87e5203b58cdd /version.php
parent124b4374d66d6ae22d0d9ec54b17fbcd4acb5bc7 (diff)
Migrate all core id columns to bigint
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 7e0fba9f6aa..1ae5b87effe 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, 4);
+$OC_Version = array(13, 0, 0, 5);
// The human readable string
$OC_VersionString = '13.0.0 alpha';