module Pacer
  module Titan
    VERSION = "0.0.2"
    JAR = "pacer-titan-#{ VERSION }-standalone.jar"
    JAR_PATH = "lib/#{ JAR }"
    BLUEPRINTS_VERSION = "2.4.0"
    PIPES_VERSION = "2.4.0"
    TITAN_VERSION = "0.4.2"
    PACER_REQ = ">= 1.4.0"
  end
end