lib/dradis/plugins/gem_version.rb in dradis-plugins-3.16.0 vs lib/dradis/plugins/gem_version.rb in dradis-plugins-3.17.0

- old
+ new

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