Files
foreman/lib/foreman.rb
David Dollar 92e637a231 0.4.6
2010-06-29 16:49:14 -04:00

9 lines
84 B
Ruby

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