Skip to content

Commit

Permalink
Use shards version
Browse files Browse the repository at this point in the history
  • Loading branch information
veelenga committed Dec 26, 2017
1 parent 7e8703d commit 03ee9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ameba.cr
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 03ee9f3

Please sign in to comment.