aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index ccd905541a1..88887a15968 100644
--- a/version.php
+++ b/version.php
@@ -28,7 +28,7 @@
$OC_Version = array(8, 2, 6, 2);
// The human readable string
-$OC_VersionString = '';
+$OC_VersionString = '8.2.6';
$OC_VersionCanBeUpgradedFrom = array(8, 1);