From b75facbf0c9cebb03be890c0db7fc9e8eafac0cc Mon Sep 17 00:00:00 2001 From: Ignacio Sfeir Date: Wed, 15 Jan 2025 16:48:01 -0300 Subject: [PATCH] bump version --- lib/hotsheet/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hotsheet/version.rb b/lib/hotsheet/version.rb index ffd4466..ccc31bc 100644 --- a/lib/hotsheet/version.rb +++ b/lib/hotsheet/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Hotsheet - VERSION = "0.1.0" + VERSION = "0.1.1" end