Skip to content

Commit 474f18b

Browse files
committed
New version - 1.2.0
1 parent afbe9e3 commit 474f18b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
## [1.2.0] - 2020-04-04
10+
911
### Added
1012

1113
- Added changelog.

src/Application.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class Application
66
{
7-
const VERSION = '1.0.0';
7+
const VERSION = '1.2.0';
88

99
// Return codes
1010
const SUCCESS = 0,

0 commit comments

Comments
 (0)