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