lib/llhttp/version.rb



# frozen_string_literal: true

module LLHttp
  VERSION = "0.6.1"

  # [public] LLHttp's current version.
  #
  def self.version
    VERSION
  end
end