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 8, 2024
1 parent 0d92e0b commit 894cd74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Revision history for Path-Tiny

{{$NEXT}}

0.146 2024-05-08 08:27:52-04:00 America/New_York

- No changes from 0.145-TRIAL

0.145 2024-05-01 22:26:26-04:00 America/New_York (TRIAL RELEASE)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ my %WriteMakefileArgs = (
"lib" => 0,
"open" => 0
},
"VERSION" => "0.146",
"VERSION" => "0.147",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Path/Tiny.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Path::Tiny;
# ABSTRACT: File path utility

our $VERSION = '0.146';
our $VERSION = '0.147';

# Dependencies
use Config;
Expand Down

0 comments on commit 894cd74

Please sign in to comment.