Files
foreman/lib/foreman.rb
David Dollar 79f376368c 0.9.1
2010-11-03 15:00:59 -07:00

9 lines
84 B
Ruby

module Foreman
VERSION = "0.9.1"
class AppDoesNotExist < Exception; end
end