diff --git a/src/spectator.cr b/src/spectator.cr index 1b60f69..81db191 100644 --- a/src/spectator.cr +++ b/src/spectator.cr @@ -6,7 +6,7 @@ module Spectator extend self # Current version of the Spectator library. - VERSION = "0.10.0" + VERSION = {{ `shards version #{__DIR__}`.stringify.chomp }} # Top-level describe method. # All specs in a file must be wrapped in this call.