From 9eee2b8e76c19ee54b4ab68647b07361276fe179 Mon Sep 17 00:00:00 2001 From: Brody Date: Fri, 15 Nov 2024 18:40:22 -0800 Subject: [PATCH] Bump version to 0.3.4 --- 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 9f4a930..3fe4869 100644 --- a/lib/zip-codes.rb +++ b/lib/zip-codes.rb @@ -3,7 +3,7 @@ require 'yaml' module ZipCodes - VERSION = '0.3.3' + VERSION = '0.3.4' class << self def identify(code)