lib/dradis/plugins/nexpose/gem_version.rb in dradis-nexpose-4.4.0 vs lib/dradis/plugins/nexpose/gem_version.rb in dradis-nexpose-4.5.0

- old
+ new

@@ -6,10 +6,10 @@ Gem::Version.new VERSION::STRING end module VERSION MAJOR = 4 - MINOR = 4 + MINOR = 5 TINY = 0 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end