Skip to content

Commit

Permalink
bump version for release (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink authored Apr 19, 2021
1 parent 1447329 commit b511529
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: lucky-cluster
version: 0.3.0
version: 0.3.1

authors:
- Jeremy Woertink <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/lucky-cluster.cr
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require "future"

module Lucky
class Cluster < ::AppServer
VERSION = "0.3.0"
VERSION = {{ `shards version #{__DIR__}`.chomp.stringify }}
private getter processes : Array(Future::Compute(Nil))
private getter reuse_port : Bool
property threads : Int32 = 1
Expand Down

0 comments on commit b511529

Please sign in to comment.