diff --git a/lib/foreman.rb b/lib/foreman.rb index 3f77f72..6b847e2 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.9.1" + VERSION = "0.9.2" class AppDoesNotExist < Exception; end