From fbb7b4f17435723632e1b5a5dad439b897ab6c21 Mon Sep 17 00:00:00 2001 From: Wiktor Plaga Date: Fri, 17 Apr 2026 16:20:25 +0200 Subject: [PATCH] Update version to v4.14.0 --- lib/chartmogul/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chartmogul/version.rb b/lib/chartmogul/version.rb index 8b6f8e5..76d6c27 100644 --- a/lib/chartmogul/version.rb +++ b/lib/chartmogul/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ChartMogul - VERSION = '4.13.0' + VERSION = '4.14.0' end