From 80f4c40bba92d53a05ad2809cf2db28ef4e2e664 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 8 Nov 2018 14:35:46 +0100 Subject: 15.0.0 Beta 2 Signed-off-by: Morris Jobke --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 419d3c2777b..b99102a65f4 100644 --- a/version.php +++ b/version.php @@ -29,10 +29,10 @@ // 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, 5); +$OC_Version = array(15, 0, 0, 6); // The human readable string -$OC_VersionString = '15.0.0 beta 1'; +$OC_VersionString = '15.0.0 beta 2'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ -- cgit v1.2.3