lib/offline_geocoder/version.rb in offline_geocoder-0.2.1 vs lib/offline_geocoder/version.rb in offline_geocoder-0.3

- old
+ new

@@ -1,5 +1,5 @@ # frozen_string_literal: true class OfflineGeocoder - VERSION = '0.2.1' + VERSION = '0.3' end