Skip to content

Commit

Permalink
Bump version 1.0.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jajm committed Nov 15, 2017
1 parent 8362748 commit fb4fe13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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]
## [1.0.0-alpha.6] - 2017-11-15
## Changed
- Use Symfony's console component

Expand Down Expand Up @@ -271,7 +271,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## 0.1.0 - 2016-12-11

[Unreleased]: https://github.com/biblibre/omeka-cli/compare/v1.0.0-alpha.5...HEAD
[1.0.0-alpha.6]: https://github.com/biblibre/omeka-cli/compare/v1.0.0-alpha.5...v1.0.0-alpha.6
[1.0.0-alpha.5]: https://github.com/biblibre/omeka-cli/compare/v1.0.0-alpha.4...v1.0.0-alpha.5
[1.0.0-alpha.4]: https://github.com/biblibre/omeka-cli/compare/v1.0.0-alpha.3...v1.0.0-alpha.4
[1.0.0-alpha.3]: https://github.com/biblibre/omeka-cli/compare/v1.0.0-alpha.2...v1.0.0-alpha.3
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
require_once __DIR__ . '/vendor/autoload.php';
}

define('OMEKACLI_VERSION', '1.0.0-alpha.5');
define('OMEKACLI_VERSION', '1.0.0-alpha.6');

0 comments on commit fb4fe13

Please sign in to comment.