lib/llhttp/version.rb in llhttp-0.0.2 vs lib/llhttp/version.rb in llhttp-0.0.3
- old
+ new
@@ -1,9 +1,11 @@
# frozen_string_literal: true
module LLHttp
- VERSION = "0.0.2"
+ VERSION = "0.0.3"
+ # [public] LLHttp's current version.
+ #
def self.version
VERSION
end
end