diff --git a/src/geo_bearing.cr b/src/geo_bearing.cr index 0a38507..d9084be 100644 --- a/src/geo_bearing.cr +++ b/src/geo_bearing.cr @@ -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.