lib/tzinfo/version.rb in tzinfo-2.0.4 vs lib/tzinfo/version.rb in tzinfo-2.0.5

- old
+ new

@@ -1,7 +1,7 @@ # encoding: UTF-8 # frozen_string_literal: true module TZInfo # The TZInfo version number. - VERSION = '2.0.4' + VERSION = '2.0.5' end