From cc0812332c2641e15fadbaf3241b9a9f61272a27 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 29 Sep 2015 10:27:01 +0200 Subject: add more precise version to also repair git master instances --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.php') diff --git a/version.php b/version.php index 711d82f1ca1..925e897d1ab 100644 --- a/version.php +++ b/version.php @@ -23,7 +23,7 @@ // We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = array(8, 2, 0, 6); +$OC_Version = array(8, 2, 0, 7); // The human readable string $OC_VersionString = '8.2 beta1'; -- cgit v1.2.3