diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2016-02-24 21:11:03 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2016-02-24 21:48:12 +0100 |
commit | 9250704ecb2af58f455169ab8fb92428584e6488 (patch) | |
tree | a6460c3714481cb24ffcb2fde661095308440eb5 /version.php | |
parent | faf65e73b778867d36f0e13dd1b0f1a4ef1f4723 (diff) | |
download | nextcloud-server-9250704ecb2af58f455169ab8fb92428584e6488.tar.gz nextcloud-server-9250704ecb2af58f455169ab8fb92428584e6488.zip |
add index definitions for comments tables
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 4ae94717c3d..1113196ce33 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ // We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = array(9, 0, 0, 13); +$OC_Version = array(9, 0, 0, 14); // The human readable string $OC_VersionString = '9.0.0 beta 2'; |