diff --git a/Gemfile.lock b/Gemfile.lock index c612094..59f20e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - resol (0.4.1) + resol (0.4.2) smart_initializer (~> 0.5) GEM diff --git a/lib/resol/version.rb b/lib/resol/version.rb index 98ed6d1..fad6905 100644 --- a/lib/resol/version.rb +++ b/lib/resol/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Resol - VERSION = "0.4.1" + VERSION = "0.4.2" end