lib/dradis/plugins/gem_version.rb in dradis-plugins-4.6.1 vs lib/dradis/plugins/gem_version.rb in dradis-plugins-4.7.0
- old
+ new
@@ -5,11 +5,11 @@
Gem::Version.new VERSION::STRING
end
module VERSION
MAJOR = 4
- MINOR = 6
- TINY = 1
+ MINOR = 7
+ TINY = 0
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
end