Skip to content

Commit

Permalink
@@through Updated version to 2.0.x-dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
andkirby committed Nov 2, 2016
1 parent 1fb9fb3 commit e572536
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.0-beta.38</version>
<version>2.0.x-dev</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.0-beta.38';
const VERSION = '2.0.x-dev';

// @codingStandardsIgnoreStart
/**
Expand Down

0 comments on commit e572536

Please sign in to comment.