diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-05-15 21:50:05 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-06-18 22:11:54 +0200 |
commit | 8eec3a9c9a414ba73785e484cc0d524dfecf8e47 (patch) | |
tree | d6b5a864eea720ccf8f5d9c52b112716ca63c479 /version.php | |
parent | 3dd5f3d5f659c391df3d5641b22cf28dc09f2ac8 (diff) | |
download | nextcloud-server-8eec3a9c9a414ba73785e484cc0d524dfecf8e47.tar.gz nextcloud-server-8eec3a9c9a414ba73785e484cc0d524dfecf8e47.zip |
Add new authtoken v2 columns to the authtoken table
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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 a7b0fdbcc67..0a9aee66adc 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, 4); +$OC_Version = array(14, 0, 0, 5); // The human readable string $OC_VersionString = '14.0.0 alpha'; |