Skip to content

Commit 02b63c7

Browse files
committed
Make version constant dynamic
1 parent ab7abe5 commit 02b63c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/decorator/version.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Decorator
2-
VERSION = "0.3.0"
2+
VERSION = {{ `shards version "#{__DIR__}"`.chomp.stringify }}
33
end

0 commit comments

Comments
 (0)