Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-05-11 15:04:53 +0300
committerJoas Schilling <coding@schilljs.com>2017-05-18 11:48:54 +0300
commitc6a5a25b4833065a040fcbeaf0f85e21254ce6c8 (patch)
treecf384012a66414c7fe7bb097d69329fea19c7a21 /version.php
parentd41fd7471c05ccaff14d13ed1a8d721dc363b8b0 (diff)
Add a migration step to save the data from the accounts table before migrating
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';