From ec7b5c6494e5cc20410e236bbda3a380ae556485 Mon Sep 17 00:00:00 2001 From: Paulo Ribeiro Date: Mon, 26 Apr 2021 01:21:03 -0300 Subject: [PATCH] chore(*): Bump version --- lib/validates_host/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/validates_host/version.rb b/lib/validates_host/version.rb index 82874ef..d119f97 100644 --- a/lib/validates_host/version.rb +++ b/lib/validates_host/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ValidatesHost - VERSION = '1.2.0'.freeze + VERSION = '1.3.0'.freeze end