Skip to content

Commit 75e3d59

Browse files
committed
Increment SDK version
1 parent 70810aa commit 75e3d59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/mercadopago/config/config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
module Mercadopago
55
class Config
6-
@@VERSION = '2.0.0'
6+
@@VERSION = '2.0.1'
77
@@USER_AGENT = "MercadoPago Ruby SDK v#{@@VERSION}"
88
@@PRODUCT_ID = 'bc32a7vtrpp001u8nhjg'
99
@@TRACKING_ID = "plataform: ?,type:SDK#{@@VERSION},so;"

mercadopago.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |gem|
44
gem.name = 'mercadopago-sdk'
5-
gem.version = '2.0.0'
5+
gem.version = '2.0.1'
66
gem.required_ruby_version = '>= 2.3.0'
77
gem.author = 'Mercado Pago'
88
gem.description = 'Mercado Pago Ruby SDK'

0 commit comments

Comments
 (0)