From bd5d451868b8d836095fb256374cd782208ef602 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Thu, 16 Sep 2021 13:48:12 +0500 Subject: [PATCH] Bump version (0.8.25) --- Gemfile.lock | 6 +++--- lib/mutant/version.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index eb9173f4..b158aef2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - mutant (0.8.24) + mutant (0.8.25) abstract_type (~> 0.0.7) adamantium (~> 0.2.0) anima (~> 0.3.0) @@ -15,8 +15,8 @@ PATH procto (~> 0.0.2) regexp_parser (~> 1.8.2) unparser (~> 0.4.2) - mutant-rspec (0.8.24) - mutant (~> 0.8.24) + mutant-rspec (0.8.25) + mutant (~> 0.8.25) rspec-core (>= 3.4.0, < 4.0.0) PATH diff --git a/lib/mutant/version.rb b/lib/mutant/version.rb index 8d6c2585..f52b059d 100644 --- a/lib/mutant/version.rb +++ b/lib/mutant/version.rb @@ -2,5 +2,5 @@ module Mutant # Current mutant version - VERSION = '0.8.24' + VERSION = '0.8.25' end # Mutant