diff --git a/Gemfile.lock b/Gemfile.lock index 8ed3ded..ed4cb1d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - compact_index (0.14.0) + compact_index (0.15.0) GEM remote: https://rubygems.org/ diff --git a/lib/compact_index/version.rb b/lib/compact_index/version.rb index 8b19dbe..b23da4c 100644 --- a/lib/compact_index/version.rb +++ b/lib/compact_index/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module CompactIndex - VERSION = "0.14.0" + VERSION = "0.15.0" end