From e819e97829407093fd704e70f9cb5964e3f24969 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Tue, 12 Feb 2019 09:26:46 +0100 Subject: Login flow V2 This adds the new login flow. The desktop client will open up a browser and poll a returned endpoint at regular intervals to check if the flow is done. Signed-off-by: Roeland Jago Douma --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.php') diff --git a/version.php b/version.php index d89c3893a87..971223cd201 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(16, 0, 0, 0); +$OC_Version = array(16, 0, 0, 1); // The human readable string $OC_VersionString = '16.0.0 alpha'; -- cgit v1.2.3