# frozen_string_literal: true

module LLHttp
  VERSION = "0.3.0"

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