diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-07-01 11:41:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-01 11:41:30 +0200 |
commit | 5d04a3fed226c370feca686032f47d5422b02bb2 (patch) | |
tree | 3ac2018be0192f89bcfb9fa017e86c99c5f249b1 | |
parent | 91af4e2a152f05635381d3e364de6f3088e120ed (diff) | |
parent | 2b1774dd91e9476458f5e288cd579ae4525487e8 (diff) | |
download | nextcloud-server-21.0.3.tar.gz nextcloud-server-21.0.3.zip |
Merge pull request #27707 from nextcloud/version/21.0.3/finalv21.0.3
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 518d239ed3b..da51ae705e5 100644 --- a/version.php +++ b/version.php @@ -30,10 +30,10 @@ // 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, 3, 0]; +$OC_Version = [21, 0, 3, 1]; // The human readable string -$OC_VersionString = '21.0.3 RC1'; +$OC_VersionString = '21.0.3'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |