From f24483090c44e7bea032b892512117377f10656c Mon Sep 17 00:00:00 2001 From: Anton Maminov Date: Sun, 31 Jul 2022 16:23:44 +0300 Subject: [PATCH] v0.1.0 --- src/geohash.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/geohash.cr b/src/geohash.cr index 9f22b8b..3b744c5 100644 --- a/src/geohash.cr +++ b/src/geohash.cr @@ -6,7 +6,7 @@ module Geohash extend self - VERSION = "0.1.0" + VERSION = {{ `shards version #{__DIR__}`.chomp.stringify }} # Encodes latitude/longitude to geohash, either to specified precision or to automatically # evaluated precision.