diff options
author | Daniel DeLeo <dan@opscode.com> | 2010-10-19 14:40:03 -0700 |
---|---|---|
committer | Daniel DeLeo <dan@opscode.com> | 2010-10-19 14:40:03 -0700 |
commit | 6e22c9cac3e13b3a001114f7130cae07414556e9 (patch) | |
tree | 758a4d9f86ff9c9c42a6dcf1d13bfc75302ff294 /Rakefile | |
parent | f57bdf861795ca7139a4947e38b0cfc36b571fc3 (diff) | |
download | ohai-6e22c9cac3e13b3a001114f7130cae07414556e9.tar.gz |
bump version to 0.5.8 final0.5.8
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |