9 lines
91 B
Ruby
9 lines
91 B
Ruby
module Foreman
|
|
|
|
VERSION = "0.9.0.beta.1"
|
|
|
|
class AppDoesNotExist < Exception; end
|
|
|
|
end
|
|
|