Skip to content

Commit

Permalink
Merge tag '1.4.7' into develop
Browse files Browse the repository at this point in the history
Release v1.4.7
  • Loading branch information
rhukster committed Jul 13, 2018
2 parents 8a1f0d4 + 24edf15 commit 70e6512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v1.4.7
## mm/dd/2018
## 07/13/2018

1. [](#improved)
* Use `getFilename` instead of `getBasename` [#2087](https://github.com/getgrav/grav/issues/2087)
Expand Down
2 changes: 1 addition & 1 deletion system/defines.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.4.6');
define('GRAV_VERSION', '1.4.7');
define('GRAV_TESTING', false);
define('DS', '/');

Expand Down

0 comments on commit 70e6512

Please sign in to comment.