summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
-rw-r--r--lib/ohai.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 9a521e73..292e15c2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,7 +5,7 @@ require 'date'
require 'spec/rake/spectask'
GEM = "ohai"
-GEM_VERSION = "0.5.1"
+GEM_VERSION = "0.5.2"
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 cd263696..8b4c8e73 100644
--- a/lib/ohai.rb
+++ b/lib/ohai.rb
@@ -23,5 +23,5 @@ require 'ohai/config'
require 'ohai/system'
module Ohai
- VERSION = '0.5.1'
+ VERSION = '0.5.2'
end