Skip to content

Commit

Permalink
After release: bump $VERSION and timestamp Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed May 23, 2016
1 parent d17a41c commit 8f89b6e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,8 @@ Revision history for Dist-Zilla-Plugin-CheckExtraTests

{{$NEXT}}

0.029 2016-05-23 18:53:31-04:00 America/New_York

[Fixed]

- Fixed tmpdir removal with Dist::Zilla 6+
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -42,7 +42,7 @@ my %WriteMakefileArgs = (
"Try::Tiny" => 0,
"lib" => 0
},
"VERSION" => "0.029",
"VERSION" => "0.030",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/App/Command/xtest.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;
package Dist::Zilla::App::Command::xtest;
# ABSTRACT: run xt tests for your dist

our $VERSION = '0.029';
our $VERSION = '0.030';

use Dist::Zilla::App -command;
use Path::Tiny;
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/CheckExtraTests.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;
package Dist::Zilla::Plugin::CheckExtraTests;
# ABSTRACT: check xt tests before release

our $VERSION = '0.029';
our $VERSION = '0.030';

# Dependencies
use Dist::Zilla 4.3 ();
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/RunExtraTests.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;
package Dist::Zilla::Plugin::RunExtraTests;
# ABSTRACT: support running xt tests via dzil test

our $VERSION = '0.029';
our $VERSION = '0.030';

# Dependencies
use Dist::Zilla 4.3 ();
Expand Down

0 comments on commit 8f89b6e

Please sign in to comment.