Skip to content

Commit 67221ab

Browse files
Merge branch 'v5/develop' of https://github.com/getkirby/kirby into v5/develop
2 parents caaf63a + 3ec52cb commit 67221ab

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "The Kirby core",
44
"license": "proprietary",
55
"type": "kirby-cms",
6-
"version": "5.0.0-rc.1",
6+
"version": "5.0.0-rc.2",
77
"keywords": [
88
"kirby",
99
"cms",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

panel/dist/js/index.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/composer/installed.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php return array(
22
'root' => array(
33
'name' => 'getkirby/cms',
4-
'pretty_version' => '5.0.0-rc.1',
5-
'version' => '5.0.0.0-RC1',
4+
'pretty_version' => '5.0.0-rc.2',
5+
'version' => '5.0.0.0-RC2',
66
'reference' => null,
77
'type' => 'kirby-cms',
88
'install_path' => __DIR__ . '/../../',
@@ -47,8 +47,8 @@
4747
'dev_requirement' => false,
4848
),
4949
'getkirby/cms' => array(
50-
'pretty_version' => '5.0.0-rc.1',
51-
'version' => '5.0.0.0-RC1',
50+
'pretty_version' => '5.0.0-rc.2',
51+
'version' => '5.0.0.0-RC2',
5252
'reference' => null,
5353
'type' => 'kirby-cms',
5454
'install_path' => __DIR__ . '/../../',

0 commit comments

Comments
 (0)