Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bixuehujin committed Jun 23, 2018
1 parent 94bcd43 commit 353781c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Blink Framework Change Log
==========================

0.4.0 xx xx, 2018
-----------------
0.4.0 June 24, 2018
-------------------

- New: Added ENV_FILE(like dotenv) support
- New: Added service:install command to install blink app as a systemd service
Expand Down
2 changes: 1 addition & 1 deletion src/core/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*/
class Application extends ServiceLocator
{
const VERSION = '0.4.0 (dev)';
const VERSION = '0.4.0';

/**
* The name for the application.
Expand Down

0 comments on commit 353781c

Please sign in to comment.