From d279d93042d034f3fd29d5a893d44ccc0595d3f8 Mon Sep 17 00:00:00 2001 From: Andrew Horton Date: Fri, 3 Apr 2026 01:51:52 +1100 Subject: [PATCH] Update version.rb --- lib/whatweb/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/whatweb/version.rb b/lib/whatweb/version.rb index 3b49b223..ea37a8ef 100644 --- a/lib/whatweb/version.rb +++ b/lib/whatweb/version.rb @@ -15,5 +15,5 @@ # You should have received a copy of the GNU General Public License # along with WhatWeb. If not, see . module WhatWeb - VERSION = '0.6.3'.freeze + VERSION = '0.6.4'.freeze end