Skip to content

Commit

Permalink
Preparing v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jul 28, 2023
1 parent ca537ec commit 78cf371
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.4.0
version: 0.4.1
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 @@ -9,7 +9,7 @@ require "log"
require "yaml"

module Croupier
VERSION = "0.4.0"
VERSION = "0.4.1"

# A Task is an object that may generate output
#
Expand Down

0 comments on commit 78cf371

Please sign in to comment.