Skip to content

Commit

Permalink
increment $VERSION after 0.000034 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Apr 10, 2024
1 parent 56fc64f commit 11a0dc7
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
@@ -1,5 +1,7 @@
Revision history for Open-This

{{$NEXT}}

0.000034 2024-04-10 14:36:09Z
- Add experimental --json flag (GH#52) (Olaf Alders)

Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ my %WriteMakefileArgs = (
"Test::Warnings" => 0,
"lib" => 0
},
"VERSION" => "0.000034",
"VERSION" => "0.000035",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Open/This.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use warnings;

package Open::This;

our $VERSION = '0.000034';
our $VERSION = '0.000035';

our @ISA = qw(Exporter);
our @EXPORT_OK = qw(
Expand Down

0 comments on commit 11a0dc7

Please sign in to comment.