diff --git a/Gemfile.lock b/Gemfile.lock index ee6497e..b3475b5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bootboot (0.2.0) + bootboot (0.2.1) GEM remote: https://rubygems.org/ diff --git a/lib/bootboot/version.rb b/lib/bootboot/version.rb index 35053d2..5b25deb 100644 --- a/lib/bootboot/version.rb +++ b/lib/bootboot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bootboot - VERSION = "0.2.0" + VERSION = "0.2.1" end