Ensure each component has an accurate `VERSION` constant (#166)

This commit is contained in:
George Dietrich 2022-03-19 11:30:52 -04:00 committed by GitHub
parent 5824495ba7
commit 24d5ab0287
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ alias ANG = Athena::Negotiation
#
# The `ANG::LanguageNegotiator` type returns an `ANG::AcceptLanguage`, or `nil` if negotiating the best language has failed.
module Athena::Negotiation
VERSION = "0.1.1"
# Returns a lazily initialized `ANG::Negotiator` singleton instance.
class_getter(negotiator) { ANG::Negotiator.new }