Skip to content

Commit

Permalink
bump version to 0.4-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Jul 28, 2017
1 parent 4ce900e commit 6d54773
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3] - 2017-07-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/Application/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class App
/**
* @var string
*/
private $version = '0.3';
private $version = '0.4-dev';

/**
* @var YoutubeDownloader\Container\Container
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Application/AppTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function getVersion()

$app = new App($container);

$this->assertSame('0.3', $app->getVersion());
$this->assertSame('0.4-dev', $app->getVersion());
}

/**
Expand Down

0 comments on commit 6d54773

Please sign in to comment.