]> source.dussan.org Git - nextcloud-server.git/commitdiff
Bump version 30970/head
authorJoas Schilling <coding@schilljs.com>
Thu, 10 Mar 2022 13:48:08 +0000 (14:48 +0100)
committerJoas Schilling <coding@schilljs.com>
Thu, 10 Mar 2022 13:48:08 +0000 (14:48 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
version.php

index 460353863704a30f1f924e4f9d2189add4bedd68..0a5f6f4f0700259ac8c22636a069c214fef9a74c 100644 (file)
@@ -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 = [21, 0, 9, 1];
+$OC_Version = [21, 0, 9, 2];
 
 // The human readable string
 $OC_VersionString = '21.0.9';