Skip to content

Commit

Permalink
Release version 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yidas committed Feb 23, 2019
1 parent 4567dc1 commit be65500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
class App
{
const VERSION = '1.10.2';
const VERSION = '1.11.0';

function __construct()
{
Expand Down
2 changes: 1 addition & 1 deletion src/Deployer.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Application for deploying projects with management, supporting git and excluding files.
*
* @since 1.10.0
* @since 1.11.0
* @author Nick Tsai <myintaer@gmail.com>
*/

Expand Down

0 comments on commit be65500

Please sign in to comment.