Skip to content

Commit

Permalink
version bump after release
Browse files Browse the repository at this point in the history
  • Loading branch information
genio committed Apr 5, 2019
1 parent 54c4da2 commit cb50460
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history File::Slurp

9999.28 2019-04-05
-

9999.27 2019-04-05
- Update the documentation on the atomic write. We no longer use the pid
and I neglected to update the documentation as such. (RT #129029)
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"web" : "https://github.com/perhunter/slurp"
}
},
"version" : "9999.27",
"version" : "9999.28",
"x_contributors" : [
"Aristotle Pagaltzis <ARISTOTLE@cpan.org>",
"Chase Whitener <capoeirab@cpan.org>",
Expand Down
2 changes: 1 addition & 1 deletion lib/File/Slurp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package File::Slurp;
use strict;
use warnings ;

our $VERSION = '9999.27';
our $VERSION = '9999.28';
$VERSION = eval $VERSION;

use Carp ;
Expand Down

0 comments on commit cb50460

Please sign in to comment.