summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jacob <adam@opscode.com>2010-02-28 12:33:40 -0800
committerAdam Jacob <adam@opscode.com>2010-02-28 12:33:40 -0800
commit33206e9f68d1a66e0844a5850f8a65391aea0b84 (patch)
treee69a78342d9d718fedad663115026e171fbefa3d
parent9e2b7f5f009b458f17849030f27ce6bbcb9955ea (diff)
downloadohai-0.4.0.tar.gz
Updating to version 0.4.0alpha_deploy_3alpha_deploy_20.4.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 b4118176..f5ee631a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,7 +5,7 @@ require 'date'
require 'spec/rake/spectask'
GEM = "ohai"
-GEM_VERSION = "0.3.7"
+GEM_VERSION = "0.4.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 983fe572..5ff68c9b 100644
--- a/lib/ohai.rb
+++ b/lib/ohai.rb
@@ -23,5 +23,5 @@ require 'ohai/config'
require 'ohai/system'
module Ohai
- VERSION = '0.3.7'
+ VERSION = '0.4.0'
end