From 7d2db5e513b979f3748aa10bbae3656967a01b27 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Mon, 23 Sep 2024 13:07:36 -0300 Subject: [PATCH] Release 0.5.3 --- shard.yml | 2 +- src/croupier.cr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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")