diff --git a/lib/tzinfo/data/version.rb b/lib/tzinfo/data/version.rb index 29bfb39..c1f48fc 100644 --- a/lib/tzinfo/data/version.rb +++ b/lib/tzinfo/data/version.rb @@ -1,7 +1,7 @@ module TZInfo module Data # TZInfo::Data version number. - VERSION = '1.2022.2' + VERSION = '1.2022.3' # TZInfo::Data version information. module Version @@ -14,7 +14,7 @@ module Version # The version of the {IANA Time Zone Database}[https://www.iana.org/time-zones] # used to generate this version of TZInfo::Data. - TZDATA = '2022b' + TZDATA = '2022c' end end end