Skip to content

Commit

Permalink
version bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SaadHassan-dev committed Nov 21, 2023
1 parent 587274d commit da8b724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ipinfo/adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def connection(adapter)

def default_headers
headers = {
'User-Agent' => 'IPinfoClient/Ruby/1.2.0',
'User-Agent' => 'IPinfoClient/Ruby/2.0.0',
'Accept' => 'application/json'
}
headers['Authorization'] = "Bearer #{CGI.escape(token)}" if token
Expand Down
2 changes: 1 addition & 1 deletion lib/ipinfo/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module IPinfo
VERSION = '1.2.0'
VERSION = '2.0.0'
end

0 comments on commit da8b724

Please sign in to comment.