Skip to content

Commit

Permalink
Changes from gocardless/gocardless-pro-ruby-template@8b2c87dd452bdb9c…
Browse files Browse the repository at this point in the history
…81bc8f4479edc8bffd665d1f
  • Loading branch information
gocardless-robot committed Aug 5, 2024
1 parent 5575d98 commit 6b2bf64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/gocardless_pro/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def default_options
'User-Agent' => "#{user_agent}",
'Content-Type' => 'application/json',
'GoCardless-Client-Library' => 'gocardless-pro-ruby',
'GoCardless-Client-Version' => '2.56.0',
'GoCardless-Client-Version' => '2.57.0',
},
}
end
Expand Down
2 changes: 1 addition & 1 deletion lib/gocardless_pro/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ module GoCardlessPro

module GoCardlessPro
# Current version of the GC gem
VERSION = '2.56.0'
VERSION = '2.57.0'
end

0 comments on commit 6b2bf64

Please sign in to comment.