diff --git a/lib/foreman.rb b/lib/foreman.rb index 0087c54..c9b4c58 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.0.2" + VERSION = "0.1.0" class AppDoesNotExist < Exception; end