diff --git a/Gemfile.lock b/Gemfile.lock index 63d6935..30266cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - tzf (0.2.0) + tzf (0.2.2) GEM remote: https://rubygems.org/ diff --git a/lib/tzf/version.rb b/lib/tzf/version.rb index f008929..de4bcc7 100644 --- a/lib/tzf/version.rb +++ b/lib/tzf/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module TZF - VERSION = "0.2.0" + VERSION = "0.2.2" end