Skip to content

Commit c0b90ac

Browse files
committed
Release 0.0.0-alpha4
1 parent 70d700e commit c0b90ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/requests.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

vapi.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require_relative "lib/gemconfig"
44

55
Gem::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

0 commit comments

Comments
 (0)