public
Fork of halorgium/mephisto
Description: A refactored Mephisto that has multiple spam detection engines.
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/francois/mephisto.git
mephisto / lib / mephisto / version.rb
100644 9 lines (9 sloc) 0.165 kb
1
2
3
4
5
6
7
8
9
module Mephisto
  module Version
    MAJOR = 0
    MINOR = 8
    TINY = 0
    STRING = [MAJOR, MINOR, TINY].join('.').freeze
    TITLE = "Drax".freeze
  end
end