We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbe9e3 commit 474f18bCopy full SHA for 474f18b
CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
## [Unreleased]
8
9
+## [1.2.0] - 2020-04-04
10
+
11
### Added
12
13
- Added changelog.
src/Application.php
@@ -4,7 +4,7 @@
4
5
class Application
{
- const VERSION = '1.0.0';
+ const VERSION = '1.2.0';
// Return codes
const SUCCESS = 0,
0 commit comments