Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Feb 12, 2020
1 parent ea5935b commit 432b4b1
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.6.21
## mm/dd/2020
## 02/11/2020

1. [](#new)
* Added `ConsoleCommand::setLanguage()` method to set language to be used from CLI
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.6.20');
define('GRAV_VERSION', '1.6.21');
define('GRAV_TESTING', false);
define('DS', '/');

Expand Down

0 comments on commit 432b4b1

Please sign in to comment.