module AmpHtml

    VERSION = '0.7.13'

    class Version

        def self.current
            return 'amp-html ' + VERSION
        end

    end

end