diff --git a/shard.yml b/shard.yml index adf6f04..6556e07 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: croupier -version: 0.5.1 +version: 0.5.3 description: A smart task definition and execution library authors: - Roberto Alsina diff --git a/src/croupier.cr b/src/croupier.cr index 1611dc9..044a19e 100644 --- a/src/croupier.cr +++ b/src/croupier.cr @@ -10,7 +10,7 @@ require "log" require "wait_group" module Croupier - VERSION = "0.5.2" + VERSION = {{ `shards version #{__DIR__}`.chomp.stringify }} # Log with "croupier" as the source Log = ::Log.for("croupier")