diff --git a/Gemfile.lock b/Gemfile.lock index 7ae8218..a64c657 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - baran (0.1.12) + baran (0.2.0) GEM remote: https://rubygems.org/ diff --git a/lib/baran/version.rb b/lib/baran/version.rb index 3ed5e68..14c2559 100644 --- a/lib/baran/version.rb +++ b/lib/baran/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Baran - VERSION = "0.1.12" + VERSION = "0.2.0" end