summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jacob <adam@opscode.com>2010-03-04 15:35:58 -0800
committerAdam Jacob <adam@opscode.com>2010-03-04 15:35:58 -0800
commit68e07be7fe0e11c9b44f32c358a345db9bf4e6f5 (patch)
tree8ce832c1390f7f7ba32b987489fe468a4b4ce77d
parentbc8d842d5afa7e09a594ed37a2beccb26b7dedb9 (diff)
downloadohai-68e07be7fe0e11c9b44f32c358a345db9bf4e6f5.tar.gz
Version 0.5.0, Disable Plugins support0.5.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 a5274001..7b6d9ad6 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,7 +5,7 @@ require 'date'
require 'spec/rake/spectask'
GEM = "ohai"
-GEM_VERSION = "0.4.1"
+GEM_VERSION = "0.5.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 cbab0b0e..00503f09 100644
--- a/lib/ohai.rb
+++ b/lib/ohai.rb
@@ -23,5 +23,5 @@ require 'ohai/config'
require 'ohai/system'
module Ohai
- VERSION = '0.4.1'
+ VERSION = '0.5.0'
end