Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
After release: bump $VERSION and timestamp Changes
  • Loading branch information
xdg committed Aug 5, 2016
1 parent fad2326 commit 33cbb1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,8 @@ Revision history for Capture-Tiny

{{$NEXT}}

0.44 2016-08-05 13:40:33-04:00 America/New_York

[Docs]

- Note that dropping privileges during a capture can lead to
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -32,7 +32,7 @@ my %WriteMakefileArgs = (
"Test::More" => "0.62",
"lib" => 0
},
"VERSION" => "0.44",
"VERSION" => "0.45",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Capture/Tiny.pm
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;
package Capture::Tiny;
# ABSTRACT: Capture STDOUT and STDERR from Perl, XS or external programs
our $VERSION = '0.43';
our $VERSION = '0.45';
use Carp ();
use Exporter ();
use IO::Handle ();
Expand Down

0 comments on commit 33cbb1e

Please sign in to comment.