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 Jan 22, 2021
1 parent fdc0052 commit caba4c1
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.116 2021-01-22 10:32:22-05:00 America/New_York

- No changes from 0.115-TRIAL.

0.115 2021-01-19 12:01:33-05: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 @@ -47,7 +47,7 @@ my %WriteMakefileArgs = (
"lib" => 0,
"open" => 0
},
"VERSION" => "0.116",
"VERSION" => "0.117",
"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.116';
our $VERSION = '0.117';

# Dependencies
use Config;
Expand Down

0 comments on commit caba4c1

Please sign in to comment.