diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-08-03 17:11:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 17:11:56 +0200 |
commit | a09a7fc6ae1c18aeba4fef5775a670aea8003890 (patch) | |
tree | 42211128cd72ad0dedc2546e114cd80abd311d9c | |
parent | 6c27354daebce37a38d52fceb68e9fe4371d3619 (diff) | |
parent | 88e51300f10b16948bdf08fb6ac608d90812b4a1 (diff) | |
download | nextcloud-server-20.0.12.tar.gz nextcloud-server-20.0.12.zip |
Merge pull request #28300 from nextcloud/version/22.0.12/Finalv20.0.12
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index f7bd74f776c..caebea83301 100644 --- a/version.php +++ b/version.php @@ -29,10 +29,10 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = [20, 0, 12, 0]; +$OC_Version = [20, 0, 12, 1]; // The human readable string -$OC_VersionString = '20.0.12 RC1'; +$OC_VersionString = '20.0.12'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |