From 466645c7dd694681c8a37da25dc5c6256922f776 Mon Sep 17 00:00:00 2001 From: Pan Thomakos Date: Tue, 4 Apr 2023 23:57:36 -0700 Subject: [PATCH] [1.3.23] Cut Release --- CHANGES.markdown | 2 ++ lib/timezone/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.markdown b/CHANGES.markdown index 4a9494b..c06cb14 100644 --- a/CHANGES.markdown +++ b/CHANGES.markdown @@ -1,5 +1,7 @@ # master (unreleased) +# 1.3.23 + * Updated with `tzdata-2023c` ([@panthomakos][]) # 1.3.22 diff --git a/lib/timezone/version.rb b/lib/timezone/version.rb index 41fc008..df113d4 100644 --- a/lib/timezone/version.rb +++ b/lib/timezone/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Timezone - VERSION = '1.3.22'.freeze + VERSION = '1.3.23'.freeze end