Skip to content

Commit 551e360

Browse files
authored
Merge pull request #47190 from nextcloud/release/30.0.0_rc1
2 parents f68065c + 2819d7e commit 551e360

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

3rdparty

dist/core-common.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core-common.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level
1010
// when updating major/minor version number.
1111

12-
$OC_Version = [30, 0, 0, 7];
12+
$OC_Version = [30, 0, 0, 8];
1313

1414
// The human-readable string
15-
$OC_VersionString = '30.0.0 beta 5';
15+
$OC_VersionString = '30.0.0 RC1';
1616

1717
$OC_VersionCanBeUpgradedFrom = [
1818
'nextcloud' => [

0 commit comments

Comments
 (0)