This commit is contained in:
Roberto Alsina 2024-08-13 11:06:06 -03:00
parent 2e87762f1b
commit 8d7faf2098
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: tartrazine name: tartrazine
version: 0.2.0 version: 0.3.0
authors: authors:
- Roberto Alsina <roberto.alsina@gmail.com> - Roberto Alsina <roberto.alsina@gmail.com>

View File

@ -11,7 +11,7 @@ require "xml"
module Tartrazine module Tartrazine
extend self extend self
VERSION = "0.2.0" VERSION = {{ `shards version #{__DIR__}`.chomp.stringify }}
Log = ::Log.for("tartrazine") Log = ::Log.for("tartrazine")
end end