lib/dradis/plugins/gem_version.rb in dradis-plugins-3.8.0 vs lib/dradis/plugins/gem_version.rb in dradis-plugins-3.9.0

- old
+ new

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