From 33e55c9ff8b75c27bb47ee3df806b5e5ed5de150 Mon Sep 17 00:00:00 2001 From: bbrtj Date: Tue, 2 Jul 2024 07:21:47 +0200 Subject: [PATCH] Release 2.14 --- Changes | 2 +- lib/Kelp.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;