Files
foreman/lib/foreman.rb
David Dollar 2804316bbb 0.10.1
2010-12-22 13:56:13 -05:00

9 lines
85 B
Ruby

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