From f377a61f90065439e2f176669079c00d522adf12 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Tue, 16 Oct 2018 10:31:38 +0200 Subject: allow to add labels to shares Signed-off-by: Bjoern Schiessle --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.php') diff --git a/version.php b/version.php index 93a8b5fd53e..235e18bf61d 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, 0, 2); +$OC_Version = array(15, 0, 0, 3); // The human readable string $OC_VersionString = '15.0.0 alpha'; -- cgit v1.2.3