Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
elixir-pay-record / lib / elixir / pay / record / version.rb
Size: Mime:
# frozen_string_literal: true

module Elixir
  module Pay
    module Record
      VERSION = '0.1.11'
    end
  end
end