lib/offline_geocoder/version.rb in offline_geocoder-0.1.0 vs lib/offline_geocoder/version.rb in offline_geocoder-0.2.0

- old
+ new

@@ -1,3 +1,5 @@ +# frozen_string_literal: true + class OfflineGeocoder - VERSION = "0.1.0" + VERSION = '0.2.0' end