diff --git a/lib/foreman.rb b/lib/foreman.rb index 9e518d5..2ceaf89 100644 --- a/lib/foreman.rb +++ b/lib/foreman.rb @@ -1,6 +1,6 @@ module Foreman - VERSION = "0.9.0.beta.1" + VERSION = "0.9.0" class AppDoesNotExist < Exception; end