Skip to content

Commit

Permalink
Merge pull request #33 from andreibondarev/version-0.8.6
Browse files Browse the repository at this point in the history
version-0.8.6
  • Loading branch information
andreibondarev authored Aug 10, 2023
2 parents e1b1105 + 0c18516 commit 905dd3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
weaviate-ruby (0.8.5)
weaviate-ruby (0.8.6)
faraday (>= 2.0.1, < 3.0)
graphlient (~> 0.7.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/weaviate/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Weaviate
VERSION = "0.8.5"
VERSION = "0.8.6"
end

0 comments on commit 905dd3a

Please sign in to comment.