btcpay/lib/btcpay/version.rb

6 lines
69 B
Ruby
Raw Normal View History

2020-07-15 19:36:16 -06:00
# frozen_string_literal: true
module Btcpay
VERSION = '0.1.0'
end