ruby-client/lib/bitpay/version.rb
2018-11-30 14:01:06 +09:00

8 lines
205 B
Ruby

# license Copyright 2011-2014 BitPay, Inc., MIT License
# see http://opensource.org/licenses/MIT
# or https://github.com/bitpay/php-bitpay-client/blob/master/LICENSE
module BitPay
VERSION = '2.4.6'
end