From 03ee9f3e38add14bf8ae03160b4761c332a78598 Mon Sep 17 00:00:00 2001 From: Vitalii Elenhaupt Date: Tue, 26 Dec 2017 18:14:52 +0200 Subject: [PATCH] Use shards version refs: * https://github.com/crystal-lang/crystal/pull/5428 * https://github.com/crystal-lang/shards/pull/148 --- src/ameba.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ameba.cr b/src/ameba.cr index d2566690..d4792e2c 100644 --- a/src/ameba.cr +++ b/src/ameba.cr @@ -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.