Bump to 0.2.0

This commit is contained in:
2024-08-11 13:24:30 -03:00
parent ec8c53c823
commit cbedf8a8db
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ require "xml"
module Tartrazine
extend self
VERSION = "0.1.1"
VERSION = "0.2.0"
Log = ::Log.for("tartrazine")
end