diff --git a/Gemfile.lock b/Gemfile.lock index d487cb1..82b8955 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - qdrant-ruby (0.9.0) + qdrant-ruby (0.9.1) faraday (~> 2.7) GEM diff --git a/lib/qdrant/version.rb b/lib/qdrant/version.rb index 362b918..3904c7f 100644 --- a/lib/qdrant/version.rb +++ b/lib/qdrant/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Qdrant - VERSION = "0.9.0" + VERSION = "0.9.1" end