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>2021-03-10 22:05:39 +0300
committerJoas Schilling <coding@schilljs.com>2021-03-10 22:05:39 +0300
commit45dbc471d9964fcdb13c350bedc912d282d262f9 (patch)
tree214ab7cdee7c1a6005735803eb985626892f1c48 /version.php
parent07095fd122b295d8ac1cbf8109f8ecbe6ac60801 (diff)
Bump version to run migration
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 90b23f3427a..695717e652e 100644
--- a/version.php
+++ b/version.php
@@ -30,7 +30,7 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = [22, 0, 0, 1];
+$OC_Version = [22, 0, 0, 2];
// The human readable string
$OC_VersionString = '22.0.0 alpha';