diff --git a/Gemfile.lock b/Gemfile.lock index 5f372be..0e7e28c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - tomlib (0.6.0) + tomlib (0.7.0) GEM remote: https://rubygems.org/ diff --git a/benchmarks/Gemfile.lock b/benchmarks/Gemfile.lock index 95fad85..b37824b 100644 --- a/benchmarks/Gemfile.lock +++ b/benchmarks/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - tomlib (0.6.0) + tomlib (0.7.0) GEM remote: https://rubygems.org/ diff --git a/lib/tomlib/version.rb b/lib/tomlib/version.rb index 1e82b9d..8a2b897 100644 --- a/lib/tomlib/version.rb +++ b/lib/tomlib/version.rb @@ -2,5 +2,5 @@ module Tomlib # @api private - VERSION = '0.6.0' + VERSION = '0.7.0' end