diff --git a/lib/foreman.rb b/lib/foreman.rb index 621aa22..4bed5f6 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.5.0" + VERSION = "0.5.1" class AppDoesNotExist < Exception; end