diff options
author | AJ Christensen <aj@junglist.gen.nz> | 2009-10-27 10:16:30 +1300 |
---|---|---|
committer | AJ Christensen <aj@junglist.gen.nz> | 2009-10-27 10:16:30 +1300 |
commit | 4d0030f2aa9cdd4eb1169fcd05241be5644ff4e8 (patch) | |
tree | 44d27a74070e25fa47683dcb0b01d8892e6e623e | |
parent | 5bdfa78468f876820d43e065d5138d5791ee1a6b (diff) | |
download | ohai-4d0030f2aa9cdd4eb1169fcd05241be5644ff4e8.tar.gz |
Bump development version (0.3.7)
-rw-r--r-- | Rakefile | 2 | ||||
-rw-r--r-- | lib/ohai.rb | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ require 'date' require 'spec/rake/spectask' GEM = "ohai" -GEM_VERSION = "0.3.6" +GEM_VERSION = "0.3.7" 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 d2e0b338..983fe572 100644 --- a/lib/ohai.rb +++ b/lib/ohai.rb @@ -23,5 +23,5 @@ require 'ohai/config' require 'ohai/system' module Ohai - VERSION = '0.3.6' + VERSION = '0.3.7' end |