lib/dradis/plugins/gem_version.rb in dradis-plugins-3.11.0 vs lib/dradis/plugins/gem_version.rb in dradis-plugins-3.12.0

- old
+ new

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