We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c26b76 commit c3d67e9Copy full SHA for c3d67e9
lib/platform-api/client.rb
@@ -83,7 +83,7 @@ def self.custom_options(options)
83
84
# Get the default options.
85
def self.default_options
86
- default_headers = {"Accept"=>"application/vnd.heroku+json; version=3", "User-Agent"=>"platform-api/2.3.0.pre.1"}
+ default_headers = {"Accept"=>"application/vnd.heroku+json; version=3", "User-Agent"=>"platform-api/2.3.0.pre.2"}
87
{
88
default_headers: default_headers,
89
url: "https://api.heroku.com"
0 commit comments