From 2059b572407a457a03ae92057041b7accd09cf9f Mon Sep 17 00:00:00 2001 From: Fort-Nox Date: Thu, 5 Sep 2024 16:15:03 +0500 Subject: [PATCH] Release 1.0.1 --- lib/apress/selenium_products/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/apress/selenium_products/version.rb b/lib/apress/selenium_products/version.rb index 429ed71..63305cf 100644 --- a/lib/apress/selenium_products/version.rb +++ b/lib/apress/selenium_products/version.rb @@ -2,6 +2,6 @@ module Apress module SeleniumProducts - VERSION = '1.0.0'.freeze + VERSION = '1.0.1' end end