aboutsummaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-05-18 14:28:27 +0200
committerJoas Schilling <coding@schilljs.com>2017-05-18 14:45:26 +0200
commitfad02fe00c88010739ad769c4f46199c5c462e07 (patch)
tree1eb00601e9a9de51650220c3085feaf715565807 /version.php
parentd41fd7471c05ccaff14d13ed1a8d721dc363b8b0 (diff)
downloadnextcloud-server-fad02fe00c88010739ad769c4f46199c5c462e07.tar.gz
nextcloud-server-fad02fe00c88010739ad769c4f46199c5c462e07.zip
Add the column so we keep the value from before the update
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index eb6254a777f..37e15f35e1f 100644
--- a/version.php
+++ b/version.php
@@ -26,7 +26,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(12, 0, 0, 21);
+$OC_Version = array(12, 0, 0, 22);
// The human readable string
$OC_VersionString = '12.0 beta 4';