diff options
author | Joas Schilling <coding@schilljs.com> | 2017-09-19 12:31:19 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-09-29 11:10:56 +0200 |
commit | ce3bcf7e284f865284da94b53817f61c17cc6b08 (patch) | |
tree | 8847c6ecc84f48ef118b349fa7f87e5203b58cdd /version.php | |
parent | 124b4374d66d6ae22d0d9ec54b17fbcd4acb5bc7 (diff) | |
download | nextcloud-server-ce3bcf7e284f865284da94b53817f61c17cc6b08.tar.gz nextcloud-server-ce3bcf7e284f865284da94b53817f61c17cc6b08.zip |
Migrate all core id columns to bigint
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 2 |
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'; |