From 30acd053ad9a231c46b76833297a706ee9892aed Mon Sep 17 00:00:00 2001 From: Alex Cruice Date: Wed, 21 Aug 2024 18:06:09 +1000 Subject: [PATCH] Bump Australia::Postcode::VERSION to 0.1.4 --- lib/australia/postcode/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/australia/postcode/version.rb b/lib/australia/postcode/version.rb index 033d65a..25e827e 100644 --- a/lib/australia/postcode/version.rb +++ b/lib/australia/postcode/version.rb @@ -1,6 +1,6 @@ module Australia class Postcode # The version of the australia_postcode gem. Whodathunkit - VERSION = "0.1.3" + VERSION = "0.1.4" end end