roda-proxy/lib/roda/proxy/version.rb

8 lines
89 B
Ruby

# frozen_string_literal: true
class Roda
module Proxy
VERSION = '0.1.0'
end
end