We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf66e76 commit ad8622aCopy full SHA for ad8622a
2 files changed
src/App.php
@@ -3,12 +3,12 @@
3
/**
4
* Application
5
*
6
- * @since 1.8.0
+ * @since 1.8.1
7
* @author Nick Tsai <myintaer@gmail.com>
8
*/
9
class App
10
{
11
- const VERSION = '1.8.0';
+ const VERSION = '1.8.1';
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