Skip to content

Commit

Permalink
Ensure inline version matches shard.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fdocr committed Sep 9, 2022
1 parent 12ccd39 commit bbb8ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kemal-session-redis/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Kemal::Session::Redis
VERSION = "0.5.0"
VERSION = {{ `shards version "#{__DIR__}"`.chomp.stringify }}
end

0 comments on commit bbb8ebc

Please sign in to comment.