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