lib/dradis/plugins/gem_version.rb in dradis-plugins-3.0.0.pre vs lib/dradis/plugins/gem_version.rb in dradis-plugins-3.0.0

- old
+ new

@@ -7,10 +7,10 @@ module VERSION MAJOR = 3 MINOR = 0 TINY = 0 - PRE = 'pre' + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end end end \ No newline at end of file