diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2020-12-09 20:05:53 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-12-09 20:05:53 +0100 |
commit | 7830a6dd147f92c935acf161c79e08c7210e4669 (patch) | |
tree | 9030040cda7c400cc7b1005557d73b00ed1442e0 /version.php | |
parent | f413277fe11aeaf78194317cc936ab477eb7161a (diff) | |
download | nextcloud-server-7830a6dd147f92c935acf161c79e08c7210e4669.tar.gz nextcloud-server-7830a6dd147f92c935acf161c79e08c7210e4669.zip |
20.0.3
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 43d4f8dc0c4..677ac6d9d9d 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, 3, 1]; +$OC_Version = [20, 0, 3, 2]; // The human readable string -$OC_VersionString = '20.0.3 RC2'; +$OC_VersionString = '20.0.3'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |