Skip to content

Commit 4624252

Browse files
authored
Merge pull request #6650 from dotani1111/dev/feat_update_version412
バージョンアップ
2 parents aa54f1e + 9b8a700 commit 4624252

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eccube",
3-
"version": "4.1.2-p4",
3+
"version": "4.1.2-p5",
44
"description": "EC-CUBE EC open platform.",
55
"main": "index.js",
66
"directories": {

src/Eccube/Common/Constant.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Constant
1818
/**
1919
* EC-CUBE VERSION.
2020
*/
21-
const VERSION = '4.1.2-p4';
21+
const VERSION = '4.1.2-p5';
2222

2323
/**
2424
* Enable value.

0 commit comments

Comments
 (0)