Skip to content

Commit 32abd7b

Browse files
committed
After release: bump $VERSION and timestamp Changes
1 parent 33a4949 commit 32abd7b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Revision history for Path-Tiny
22

33
{{$NEXT}}
44

5+
0.149 2025-07-21 05:49:38-04:00 America/New_York (TRIAL RELEASE)
6+
57
[Other]
68
- Released with newest Dist::Zilla to avoid xattrs in the tarball.
79

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ my %WriteMakefileArgs = (
4848
"lib" => 0,
4949
"open" => 0
5050
},
51-
"VERSION" => "0.149",
51+
"VERSION" => "0.150",
5252
"test" => {
5353
"TESTS" => "t/*.t"
5454
}

lib/Path/Tiny.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use warnings;
55
package Path::Tiny;
66
# ABSTRACT: File path utility
77

8-
our $VERSION = '0.149';
8+
our $VERSION = '0.150';
99

1010
# Dependencies
1111
use Config;

0 commit comments

Comments
 (0)