Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
HD Moore committed May 29, 2015
1 parent 63e0d6f commit e0c86e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/recog/fingerprint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def initialize(xml)
# @param match_string [String]
# @return [Hash,nil] Keys will be host, service, and os attributes
def match(match_string)
match_string.force_encoding('BINARY') if match_string
match_data = @regex.match(match_string)
return if match_data.nil?

Expand Down
2 changes: 1 addition & 1 deletion lib/recog/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Recog
VERSION = '2.0.2'
VERSION = '2.0.3'
end

0 comments on commit e0c86e3

Please sign in to comment.