Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated version.
(cherry picked from commit f8a2528)
  • Loading branch information
andkirby committed Aug 11, 2016
1 parent 83002e7 commit b3c0589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config/root.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
-->
<config>
<!--Please update also PreCommit\Composer\Application::VERSION-->
<version>2.0.0-dev</version>
<version>2.0.0-beta.18</version>
<supported_hooks>
<hook>pre-commit</hook>
<hook>commit-msg</hook>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/PreCommit/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Application extends BaseApplication
*
* @see src/config.xml
*/
const VERSION = '2.0.0-dev';
const VERSION = '2.0.0-beta.18';

// @codingStandardsIgnoreStart
/**
Expand Down

0 comments on commit b3c0589

Please sign in to comment.