summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2010-10-19 14:40:03 -0700
committerDaniel DeLeo <dan@opscode.com>2010-10-19 14:40:03 -0700
commit6e22c9cac3e13b3a001114f7130cae07414556e9 (patch)
tree758a4d9f86ff9c9c42a6dcf1d13bfc75302ff294
parentf57bdf861795ca7139a4947e38b0cfc36b571fc3 (diff)
downloadohai-0.5.8.tar.gz
bump version to 0.5.8 final0.5.8
-rw-r--r--Rakefile2
-rw-r--r--lib/ohai.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 83e00762..f2c36acd 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,7 +5,7 @@ require 'date'
require 'spec/rake/spectask'
GEM = "ohai"
-GEM_VERSION = "0.5.8.rc.0"
+GEM_VERSION = "0.5.8"
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 f29765aa..069662ee 100644
--- a/lib/ohai.rb
+++ b/lib/ohai.rb
@@ -20,5 +20,5 @@ require 'ohai/config'
require 'ohai/system'
module Ohai
- VERSION = '0.5.8.rc.0'
+ VERSION = '0.5.8'
end