From 022d7d14b25e3afa1134abfc22c496e9150671c3 Mon Sep 17 00:00:00 2001 From: Brody Date: Tue, 25 Jun 2024 19:05:46 -0700 Subject: [PATCH] Bump version to 0.3.2 --- 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 6098b9b..258d0fe 100644 --- a/lib/zip-codes.rb +++ b/lib/zip-codes.rb @@ -3,7 +3,7 @@ require 'yaml' module ZipCodes - VERSION = '0.3.1' + VERSION = '0.3.2' class << self def identify(code)