summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtimberman <joshua@opscode.com>2009-06-18 16:31:43 -0600
committerjtimberman <joshua@opscode.com>2009-06-18 16:31:43 -0600
commit6d7aa6cf1204ff22f67d6f589cf6bd4371c3fb74 (patch)
treef780dfe98996624673b7a8aeb1aed6c0820a1148
parentc2e5f313326166431603f518b37ee4465c15f43a (diff)
downloadohai-6d7aa6cf1204ff22f67d6f589cf6bd4371c3fb74.tar.gz
version bump for release0.3.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 a45efb32..449372dc 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,7 +5,7 @@ require 'date'
require 'spec/rake/spectask'
GEM = "ohai"
-GEM_VERSION = "0.2.1"
+GEM_VERSION = "0.3.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 d62491b4..844b17f4 100644
--- a/lib/ohai.rb
+++ b/lib/ohai.rb
@@ -23,5 +23,5 @@ require 'ohai/config'
require 'ohai/system'
module Ohai
- VERSION = '0.2.1'
+ VERSION = '0.3.0'
end