diff --git a/lib/foreman.rb b/lib/foreman.rb index 65b734a..6e3b3b1 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.11.0" + VERSION = "0.11.1" class AppDoesNotExist < Exception; end