diff options
author | Joas Schilling <coding@schilljs.com> | 2017-05-11 14:04:53 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-05-18 10:48:54 +0200 |
commit | c6a5a25b4833065a040fcbeaf0f85e21254ce6c8 (patch) | |
tree | cf384012a66414c7fe7bb097d69329fea19c7a21 /version.php | |
parent | d41fd7471c05ccaff14d13ed1a8d721dc363b8b0 (diff) | |
download | nextcloud-server-c6a5a25b4833065a040fcbeaf0f85e21254ce6c8.tar.gz nextcloud-server-c6a5a25b4833065a040fcbeaf0f85e21254ce6c8.zip |
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.php | 2 |
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'; |