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 2, 2024
1 parent 97e579a commit d690785
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.145 2024-05-01 22:26:26-04:00 America/New_York (TRIAL RELEASE)

[Changes]

- Improved error message spewing to a file in a non-existent directory.
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.145",
"VERSION" => "0.146",
"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.145';
our $VERSION = '0.146';

# Dependencies
use Config;
Expand Down

0 comments on commit d690785

Please sign in to comment.