diff --git a/Changes b/Changes index d4b2494..6513ca0 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/Makefile.PL b/Makefile.PL index 3a9f296..a0d55fd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -32,7 +32,7 @@ my %WriteMakefileArgs = ( "Test::More" => "0.62", "lib" => 0 }, - "VERSION" => "0.44", + "VERSION" => "0.45", "test" => { "TESTS" => "t/*.t" } diff --git a/lib/Capture/Tiny.pm b/lib/Capture/Tiny.pm index c6dcf9e..cd290db 100644 --- a/lib/Capture/Tiny.pm +++ b/lib/Capture/Tiny.pm @@ -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 ();