Skip to content

Commit

Permalink
Increment the version number on WhoisOrgName since we weren't fetchin…
Browse files Browse the repository at this point in the history
…g from ARIN WHOIS before ...
  • Loading branch information
jpf committed Jan 25, 2011
1 parent 44e9601 commit 63b3843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/domain-profiler/whois-orgname.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def initialize(input, use_cache = true)
end


version = 'v1'
version = 'v2'
filename = "cache/whois-orgname-#{ip_address}.#{version}.cache"
@data = {}
if File.exists?(filename) and use_cache
Expand Down

0 comments on commit 63b3843

Please sign in to comment.