Skip to content

Commit

Permalink
Release 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrtj committed Jul 2, 2024
1 parent d46c7f3 commit 33e55c9
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.14 - 2024-07-02
[Changes]
- Fixed config files having incorrect line endings on Windows due to raw slurp
- Fixed generation templates not handling UTF8 correctly
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.13';
our $VERSION = '2.14';

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

0 comments on commit 33e55c9

Please sign in to comment.