mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Use shards version
refs: * https://github.com/crystal-lang/crystal/pull/5428 * https://github.com/crystal-lang/shards/pull/148
This commit is contained in:
parent
7e8703dda0
commit
03ee9f3e38
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ require "./ameba/formatter/*"
|
|||
module Ameba
|
||||
extend self
|
||||
|
||||
VERSION = "0.3.0"
|
||||
VERSION = {{ `shards version #{__DIR__}`.chomp.stringify }}
|
||||
|
||||
# Initializes `Ameba::Runner` and runs it.
|
||||
# Can be configured via `config` parameter.
|
||||
|
|
Loading…
Reference in a new issue