lib/dradis/plugins/gem_version.rb in dradis-plugins-3.21.0 vs lib/dradis/plugins/gem_version.rb in dradis-plugins-3.22.0
- old
+ new
@@ -5,10 +5,10 @@
Gem::Version.new VERSION::STRING
end
module VERSION
MAJOR = 3
- MINOR = 21
+ MINOR = 22
TINY = 0
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end