Skip to content

Commit c48c0fb

Browse files
committed
Release version 1.7.3
1 parent ea8ee6c commit c48c0fb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/App.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
/**
44
* Application
55
*
6-
* @since 1.7.2
6+
* @since 1.7.3
77
* @author Nick Tsai <myintaer@gmail.com>
88
*/
99
class App
1010
{
11-
const VERSION = '1.7.2';
11+
const VERSION = '1.7.3';
1212

1313
function __construct()
1414
{

src/Deployer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Application for deploying projects with management, supporting git and excluding files.
66
*
7-
* @since 1.7.2
7+
* @since 1.7.3
88
* @author Nick Tsai <myintaer@gmail.com>
99
*/
1010

0 commit comments

Comments
 (0)