Skip to content

Commit

Permalink
use version from shard.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Mar 29, 2024
1 parent e355342 commit 6229514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geo_bearing.cr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Geo
module Bearing
VERSION = "0.1.0"
VERSION = {{ `shards version #{__DIR__}`.chomp.stringify }}

# The formula used for calculating the initial bearing between two points on the Earth's surfaceis
# is derived from the broader concepts of great-circle distance and navigation on a spherical Earth model.
Expand Down

0 comments on commit 6229514

Please sign in to comment.