From d04873b31dbba2971c26f4d0a74f10ec58ea9c3e Mon Sep 17 00:00:00 2001 From: Brody Date: Mon, 6 Feb 2023 22:32:07 -0800 Subject: [PATCH] Bump version to 0.3.0 --- 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 a5b28a8..8fbecdb 100644 --- a/lib/zip-codes.rb +++ b/lib/zip-codes.rb @@ -3,7 +3,7 @@ require 'yaml' module ZipCodes - VERSION = '0.2.1' + VERSION = '0.3.0' class << self def identify(code)