diff options
author | Joas Schilling <coding@schilljs.com> | 2020-11-10 09:34:57 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-11-12 12:57:52 +0100 |
commit | bb52911d1604e3e01731861cbe196fdc93e33ce0 (patch) | |
tree | dea49beb23eb740c0e24bea78d189d820d580351 /version.php | |
parent | f3c183b6c30bf9b738d2ff57726f414430775b59 (diff) | |
download | nextcloud-server-bb52911d1604e3e01731861cbe196fdc93e33ce0.tar.gz nextcloud-server-bb52911d1604e3e01731861cbe196fdc93e33ce0.zip |
Create primary keys on all tables and add a command to create the afterwards
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 60bb166006f..a1e99bbbd75 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = [20, 0, 1, 5]; +$OC_Version = [20, 0, 1, 6]; // The human readable string $OC_VersionString = '20.0.1'; |