francois / mephisto forked from halorgium/mephisto

A refactored Mephisto that has multiple spam detection engines.

This URL has Read+Write access

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