Skip to content

Commit

Permalink
Release 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrtj committed Jul 1, 2024
1 parent 3dcc4d2 commit cc67c13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for Kelp

{NEXT}
2.13 - 2024-07-01
[New Interface]
- Kelp::Base can now be imported with -attr
- Added content_type_is method to Kelp::Request
Expand Down
2 changes: 1 addition & 1 deletion lib/Kelp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use List::Util qw(any);
use Scalar::Util qw(blessed);
use Kelp::Context;

our $VERSION = '2.12';
our $VERSION = '2.13';

# Basic attributes
attr -host => hostname;
Expand Down

0 comments on commit cc67c13

Please sign in to comment.