From cde11a80c93c731723325da05c9cc4c293ba994c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Martins?= <77632139+marcio-absmartly@users.noreply.github.com> Date: Tue, 16 Jul 2024 10:36:21 +0200 Subject: [PATCH] Update version.rb to 1.1.1 --- lib/absmartly/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/absmartly/version.rb b/lib/absmartly/version.rb index c0b326f..6e50490 100644 --- a/lib/absmartly/version.rb +++ b/lib/absmartly/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Absmartly - VERSION = "1.1.0" + VERSION = "1.1.1" end