Skip to content

Commit

Permalink
@@through Updated version to 2.0.0-beta.30.
Browse files Browse the repository at this point in the history
  • Loading branch information
andkirby committed Aug 30, 2016
1 parent f0b5288 commit e624fb5
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 @@ -8,7 +8,7 @@
xs:noNamespaceSchemaLocation="xsd/root.xsd">

<!--Please update also PreCommit\Console\Application::VERSION-->
<version>2.0.x-dev</version>
<version>2.0.0-beta.30</version>

<supported_hooks>
<hook>pre-commit</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.x-dev';
const VERSION = '2.0.0-beta.30';

// @codingStandardsIgnoreStart
/**
Expand Down

0 comments on commit e624fb5

Please sign in to comment.