Skip to content

Commit

Permalink
Release 0.5.0 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink authored Jul 20, 2021
1 parent 9e7c5b8 commit 81fd891
Show file tree
Hide file tree
Showing 2 changed files with 3 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_router
version: 0.4.2
version: 0.5.0

authors:
- Paul Smith <[email protected]>
Expand Down
3 changes: 2 additions & 1 deletion src/lucky_router/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module LuckyRouter
VERSION = "0.4.2"
# The current LuckyRouter version is defined in `shard.yml`
VERSION = {{ `shards version "#{__DIR__}"`.chomp.stringify }}
end

0 comments on commit 81fd891

Please sign in to comment.