From 3185788daecfa023e59d7e1689b52590411dcdc0 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Sun, 26 Feb 2017 19:43:13 +0100 Subject: [PATCH] 9.0.57 Signed-off-by: Lukas Reschke --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index f9b5182ec2c..af512d047d4 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,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(9, 0, 57, 1); +$OC_Version = array(9, 0, 57, 2); // The human readable string $OC_VersionString = '9.0.57';