Skip to content

Commit 07f607e

Browse files
authored
Merge pull request #24765 from nextcloud/version/21/beta3
21 beta3
2 parents 4cc8580 + be7d582 commit 07f607e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

resources/config/ca-bundle.crt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##
22
## Bundle of CA Root Certificates
33
##
4-
## Certificate data from Mozilla as of: Wed Oct 14 03:12:15 2020 GMT
4+
## Certificate data from Mozilla as of: Tue Dec 8 04:12:05 2020 GMT
55
##
66
## This is a bundle of X.509 certificates of public Certificate Authorities
77
## (CA). These were automatically extracted from Mozilla's root certificates
@@ -14,7 +14,7 @@
1414
## Just configure this file as the SSLCACertificateFile.
1515
##
1616
## Conversion done with mk-ca-bundle.pl version 1.28.
17-
## SHA256: a831d3bc63ba1f65478afe28038742b7150c0c2efd243ac342b64792a75d2038
17+
## SHA256: d820b8696d8ffe42064a1384a56a8981cdc7e7e198036bbb5fa04a6c282dd9a2
1818
##
1919

2020

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
3131
// when updating major/minor version number.
3232

33-
$OC_Version = [21, 0, 0, 9];
33+
$OC_Version = [21, 0, 0, 10];
3434

3535
// The human readable string
36-
$OC_VersionString = '21.0.0 beta2';
36+
$OC_VersionString = '21.0.0 beta3';
3737

3838
$OC_VersionCanBeUpgradedFrom = [
3939
'nextcloud' => [

0 commit comments

Comments
 (0)