File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ def get_url(request_options: nil)
4545
4646 # @return [Hash{String => String}]
4747 def get_headers
48- headers = { "X-Fern-Language" : "Ruby" , "X-Fern-SDK-Name" : "vapi" , "X-Fern-SDK-Version" : "0.0.0-alpha2 " }
48+ headers = { "X-Fern-Language" : "Ruby" , "X-Fern-SDK-Name" : "vapi" , "X-Fern-SDK-Version" : "0.0.0-alpha4 " }
4949 headers [ "Authorization" ] = ( ( @token . is_a? Method ) ? @token . call : @token ) unless @token . nil?
5050 headers
5151 end
@@ -90,7 +90,7 @@ def get_url(request_options: nil)
9090
9191 # @return [Hash{String => String}]
9292 def get_headers
93- headers = { "X-Fern-Language" : "Ruby" , "X-Fern-SDK-Name" : "vapi" , "X-Fern-SDK-Version" : "0.0.0-alpha2 " }
93+ headers = { "X-Fern-Language" : "Ruby" , "X-Fern-SDK-Name" : "vapi" , "X-Fern-SDK-Version" : "0.0.0-alpha4 " }
9494 headers [ "Authorization" ] = ( ( @token . is_a? Method ) ? @token . call : @token ) unless @token . nil?
9595 headers
9696 end
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ require_relative "lib/gemconfig"
44
55Gem ::Specification . new do |spec |
66 spec . name = "vapi"
7- spec . version = "0.0.0-alpha2 "
7+ spec . version = "0.0.0-alpha4 "
88 spec . authors = Vapi ::Gemconfig ::AUTHORS
99 spec . email = Vapi ::Gemconfig ::EMAIL
1010 spec . summary = Vapi ::Gemconfig ::SUMMARY
You can’t perform that action at this time.
0 commit comments