summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2010-10-07 11:15:14 -0700
committerDaniel DeLeo <dan@opscode.com>2010-10-07 11:15:14 -0700
commitdac5cc9358720c12d8d135b16e36ee0578bde1a1 (patch)
tree2c40f6ae911271d6816da78e6de0a61b7d5629fa
parent3d352215c37be4b665018aa37d9a9ae39276bc20 (diff)
downloadohai-dac5cc9358720c12d8d135b16e36ee0578bde1a1.tar.gz
bump version to RC for 0.5.80.5.8.rc.0
-rw-r--r--Rakefile2
-rw-r--r--lib/ohai.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 56cf0617..83e00762 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,7 +5,7 @@ require 'date'
require 'spec/rake/spectask'
GEM = "ohai"
-GEM_VERSION = "0.5.7"
+GEM_VERSION = "0.5.8.rc.0"
AUTHOR = "Adam Jacob"
EMAIL = "adam@opscode.com"
HOMEPAGE = "http://wiki.opscode.com/display/ohai"
diff --git a/lib/ohai.rb b/lib/ohai.rb
index 6a4a2de1..f29765aa 100644
--- a/lib/ohai.rb
+++ b/lib/ohai.rb
@@ -20,5 +20,5 @@ require 'ohai/config'
require 'ohai/system'
module Ohai
- VERSION = '0.5.7'
+ VERSION = '0.5.8.rc.0'
end