From c244773a3561ac5d7f2c6d72ba2da1a8bef99944 Mon Sep 17 00:00:00 2001 From: Omar <47008591+6f6d6172@users.noreply.github.com> Date: Mon, 25 Aug 2025 17:56:50 -0400 Subject: [PATCH] bump to 0.9.0 --- Gemfile.lock | 2 +- lib/claws/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b7c0d9f..41602b5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - claws-scan (0.8.0) + claws-scan (0.9.0) equation (~> 0.6) pry slop (~> 4.9) diff --git a/lib/claws/version.rb b/lib/claws/version.rb index 8531a64..c7d0c98 100644 --- a/lib/claws/version.rb +++ b/lib/claws/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Claws - VERSION = "0.8.0" + VERSION = "0.9.0" end