From 986b4c38fce5d4e79ca211cc48bbcec50ae4d4d2 Mon Sep 17 00:00:00 2001 From: Tom Sellers Date: Mon, 16 Apr 2018 10:49:04 -0500 Subject: [PATCH] Bump for release 2.1.19 Release 2.1.19 Significant changes since 2.1.18 are all related to SMTP fingerprinting via `xml/smtp_banners.xml`. This file was heavily reworked from an organization and standardization standpoint. Additionally, fingerprint information was added based on Project Sonar data from 2017.11.30 and 2018.04.05. See PR#160 --- lib/recog/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/recog/version.rb b/lib/recog/version.rb index 298ebc04..4631f91e 100644 --- a/lib/recog/version.rb +++ b/lib/recog/version.rb @@ -1,3 +1,3 @@ module Recog - VERSION = '2.1.17' + VERSION = '2.1.19' end