Skip to content

Commit

Permalink
Increment SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
delias-silva committed Mar 25, 2021
1 parent 70810aa commit 75e3d59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/mercadopago/config/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module Mercadopago
class Config
@@VERSION = '2.0.0'
@@VERSION = '2.0.1'
@@USER_AGENT = "MercadoPago Ruby SDK v#{@@VERSION}"
@@PRODUCT_ID = 'bc32a7vtrpp001u8nhjg'
@@TRACKING_ID = "plataform: ?,type:SDK#{@@VERSION},so;"
Expand Down
2 changes: 1 addition & 1 deletion mercadopago.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |gem|
gem.name = 'mercadopago-sdk'
gem.version = '2.0.0'
gem.version = '2.0.1'
gem.required_ruby_version = '>= 2.3.0'
gem.author = 'Mercado Pago'
gem.description = 'Mercado Pago Ruby SDK'
Expand Down

0 comments on commit 75e3d59

Please sign in to comment.