From 7cbba3e717a0bc51bb9e1f59822d6a6b9138833f Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 15 Apr 2019 21:19:32 +0200 Subject: Repair step for link shares 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 f186f135e5c..c326675f93b 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(15, 0, 7, 0); +$OC_Version = array(15, 0, 7, 1); // The human readable string $OC_VersionString = '15.0.7'; -- cgit v1.2.3