diff --git a/Changes b/Changes index a9f3522..26bbf83 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/lib/Kelp.pm b/lib/Kelp.pm index 1763836..d0720d9 100644 --- a/lib/Kelp.pm +++ b/lib/Kelp.pm @@ -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;