diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-07-10 12:01:17 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-07-24 13:56:25 +0200 |
commit | 49fd17ff145c20d987a355518e36f2dfded2fc96 (patch) | |
tree | e500f2c362428c3a27f95746106acdaa0eac7004 /version.php | |
parent | dfe6c1b7e2a179a0c7aee0f43a722bf1e3e3cf3d (diff) | |
download | nextcloud-server-49fd17ff145c20d987a355518e36f2dfded2fc96.tar.gz nextcloud-server-49fd17ff145c20d987a355518e36f2dfded2fc96.zip |
Add "password_by_talk" column to "share" table in the database
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.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 c18ca01286b..429bfec990f 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 = array(14, 0, 0, 11); +$OC_Version = array(14, 0, 0, 12); // The human readable string $OC_VersionString = '14.0.0 alpha'; |