From ca9bc02a9b383f7007747f16a76fa230222e731b Mon Sep 17 00:00:00 2001 From: Brody Date: Wed, 6 Sep 2023 23:28:10 -0700 Subject: [PATCH] Bump version to 0.3.1 --- lib/zip-codes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zip-codes.rb b/lib/zip-codes.rb index 8fbecdb..6098b9b 100644 --- a/lib/zip-codes.rb +++ b/lib/zip-codes.rb @@ -3,7 +3,7 @@ require 'yaml' module ZipCodes - VERSION = '0.3.0' + VERSION = '0.3.1' class << self def identify(code)