Vitalii Elenhaupt 2017-12-26 18:14:52 +02:00 committed by V. Elenhaupt
parent 7e8703dda0
commit 03ee9f3e38
1 changed files with 1 additions and 1 deletions

View File

@ -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.