Bump version (0.8.25)

This commit is contained in:
Alex Kotov 2021-09-16 13:48:12 +05:00
parent 12b8efc801
commit bd5d451868
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -2,5 +2,5 @@
module Mutant
# Current mutant version
VERSION = '0.8.24'
VERSION = '0.8.25'
end # Mutant