Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jun 12, 2023
1 parent ee0c38b commit de1ada4
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.1.0
version: 0.1.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 @@ -6,7 +6,7 @@ require "log"
require "./topo_sort"

module Croupier
VERSION = "0.1.0"
VERSION = "0.1.1"

# A Task is a code that generates an output file
#
Expand Down

0 comments on commit de1ada4

Please sign in to comment.