From d87ebd86f5cdbbbbfcfddb06856a1a4aecdcb8be Mon Sep 17 00:00:00 2001 From: Kevin McCormack Date: Wed, 22 Feb 2023 16:19:30 -0500 Subject: [PATCH] Update version --- Gemfile.lock | 2 +- lib/tzf/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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