Files
foreman/lib/foreman.rb
T
David Dollar 7e9117812f 0.9.0.beta.1
2010-10-15 16:18:54 -07:00

9 lines
91 B
Ruby

module Foreman
VERSION = "0.9.0.beta.1"
class AppDoesNotExist < Exception; end
end