diff options
author | Julius Härtl <jus@bitgrid.net> | 2019-10-14 16:55:39 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-11-27 14:36:20 +0100 |
commit | e52793c69ef3633f23a93f4358c361431f401569 (patch) | |
tree | 06ea3158ebae71afe8252252cd906f641a647625 /version.php | |
parent | 0532f8116da1ed92b973c8842c4d18f084255820 (diff) | |
download | nextcloud-server-e52793c69ef3633f23a93f4358c361431f401569.tar.gz nextcloud-server-e52793c69ef3633f23a93f4358c361431f401569.zip |
Direct editing API to allow file editing using a one-time token for
mobile apps
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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 abbcca4d03b..d5452bb0ab2 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(18, 0, 0, 1); +$OC_Version = array(18, 0, 0, 2); // The human readable string $OC_VersionString = '18.0.0 Alpha'; |