From c0f33527d8536f97ffcfb7f6d3caeedb87264ffe Mon Sep 17 00:00:00 2001 From: Kevin McCormack Date: Mon, 16 Sep 2024 09:35:55 -0400 Subject: [PATCH] Bump version to 1.0.1 --- Gemfile.lock | 2 +- lib/tzf/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f3ccb12..74833a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - tzf (1.0.0) + tzf (1.0.1) rb_sys (~> 0.9.89) GEM diff --git a/lib/tzf/version.rb b/lib/tzf/version.rb index ddd77a9..1e70d0d 100644 --- a/lib/tzf/version.rb +++ b/lib/tzf/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module TZF - VERSION = "1.0.0" + VERSION = "1.0.1" end