diff options
author | Joas Schilling <coding@schilljs.com> | 2017-07-27 11:27:25 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-08-07 12:08:36 +0200 |
commit | 40b47f13df0b97c7852c31b4ed8e3483e7f67c75 (patch) | |
tree | 9caf17203dd80beb23833e9b90de33c7bb72f2dd /version.php | |
parent | de911f6e5c394fc86f45edc58850fd2e7649913c (diff) | |
download | nextcloud-server-40b47f13df0b97c7852c31b4ed8e3483e7f67c75.tar.gz nextcloud-server-40b47f13df0b97c7852c31b4ed8e3483e7f67c75.zip |
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.php | 2 |
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'; |