Skip to content

Commit

Permalink
New version - 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grogy committed Apr 4, 2020
1 parent afbe9e3 commit 474f18b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [1.2.0] - 2020-04-04

### Added

- Added changelog.
Expand Down
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class Application
{
const VERSION = '1.0.0';
const VERSION = '1.2.0';

// Return codes
const SUCCESS = 0,
Expand Down

0 comments on commit 474f18b

Please sign in to comment.