Skip to content

Commit

Permalink
Finish 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Jul 13, 2021
1 parent a7b3d18 commit 47e3955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "craftcms/cms",
"description": "Craft CMS",
"version": "3.7.0-beta.6",
"version": "3.7.0",
"keywords": [
"cms",
"craftcms",
Expand Down
2 changes: 1 addition & 1 deletion src/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return [
'id' => 'CraftCMS',
'name' => 'Craft CMS',
'version' => '3.7.0-beta.6',
'version' => '3.7.0',
'schemaVersion' => '3.7.7',
'minVersionRequired' => '2.6.2788',
'basePath' => dirname(__DIR__), // Defines the @app alias
Expand Down

0 comments on commit 47e3955

Please sign in to comment.