diff --git a/Gemfile.lock b/Gemfile.lock index e1947e7..44e2179 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - milvus (0.9.1) + milvus (0.9.2) faraday (>= 2.0.1, < 3) GEM diff --git a/lib/milvus/version.rb b/lib/milvus/version.rb index 74e240d..9f2138c 100644 --- a/lib/milvus/version.rb +++ b/lib/milvus/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Milvus - VERSION = "0.9.1" + VERSION = "0.9.2" end