Skip to content

Commit

Permalink
Merge pull request #5173 from chihiro-adachi/dev/4.1.0
Browse files Browse the repository at this point in the history
バージョンを更新
  • Loading branch information
Kiyotaka Oku authored Sep 21, 2021
2 parents d59bc17 + b5e0fb5 commit 5d02dde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eccube",
"version": "4.1-rc",
"version": "4.1.0",
"description": "EC-CUBE EC open platform.",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/Eccube/Common/Constant.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Constant
/**
* EC-CUBE VERSION.
*/
const VERSION = '4.1-rc';
const VERSION = '4.1.0';

/**
* Enable value.
Expand Down

0 comments on commit 5d02dde

Please sign in to comment.