Skip to content

Commit

Permalink
Release 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Sep 23, 2024
1 parent d30aae5 commit 7d2db5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -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 <roberto.alsina@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/croupier.cr
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 7d2db5e

Please sign in to comment.