Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Jul 31, 2022
1 parent 08e373f commit f244830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geohash.cr
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f244830

Please sign in to comment.