lib/gps_pvt/version.rb in gps_pvt-0.9.2 vs lib/gps_pvt/version.rb in gps_pvt-0.9.3
- old
+ new
@@ -1,8 +1,8 @@
# frozen_string_literal: true
module GPS_PVT
- VERSION = "0.9.2"
+ VERSION = "0.9.3"
def GPS_PVT.version_compare(a, b)
Gem::Version::new(a) <=> Gem::Version::new(b)
end
end