We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8ee6c commit c48c0fbCopy full SHA for c48c0fb
2 files changed
src/App.php
@@ -3,12 +3,12 @@
3
/**
4
* Application
5
*
6
- * @since 1.7.2
+ * @since 1.7.3
7
* @author Nick Tsai <myintaer@gmail.com>
8
*/
9
class App
10
{
11
- const VERSION = '1.7.2';
+ const VERSION = '1.7.3';
12
13
function __construct()
14
src/Deployer.php
@@ -4,7 +4,7 @@
* Application for deploying projects with management, supporting git and excluding files.
0 commit comments