mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Trick to use one version string from shard.yml
This commit is contained in:
parent
f4a05502f9
commit
f1ad476ae5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ module Spectator
|
||||||
extend self
|
extend self
|
||||||
|
|
||||||
# Current version of the Spectator library.
|
# Current version of the Spectator library.
|
||||||
VERSION = "0.10.0"
|
VERSION = {{ `shards version #{__DIR__}`.stringify.chomp }}
|
||||||
|
|
||||||
# Top-level describe method.
|
# Top-level describe method.
|
||||||
# All specs in a file must be wrapped in this call.
|
# All specs in a file must be wrapped in this call.
|
||||||
|
|
Loading…
Reference in a new issue