Skip to content

Commit 470de29

Browse files
committed
Bump version to 1.6.2
1 parent 14b352f commit 470de29

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

gemfiles/rails_7.1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
ruby_llm (1.6.1)
4+
ruby_llm (1.6.2)
55
base64
66
event_stream_parser (~> 1)
77
faraday (>= 1.10.0)

gemfiles/rails_7.2.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
ruby_llm (1.6.1)
4+
ruby_llm (1.6.2)
55
base64
66
event_stream_parser (~> 1)
77
faraday (>= 1.10.0)

gemfiles/rails_8.0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
ruby_llm (1.6.1)
4+
ruby_llm (1.6.2)
55
base64
66
event_stream_parser (~> 1)
77
faraday (>= 1.10.0)

lib/ruby_llm/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RubyLLM
4-
VERSION = '1.6.1'
4+
VERSION = '1.6.2'
55
end

0 commit comments

Comments
 (0)