summaryrefslogtreecommitdiff
path: root/lib/ohai.rb
diff options
context:
space:
mode:
authorAdam Jacob <adam@opscode.com>2010-03-03 17:24:18 -0800
committerAdam Jacob <adam@opscode.com>2010-03-03 17:24:18 -0800
commitbff40e90df80e8300490fa14a610734f480caa5c (patch)
tree98394113ab483bbbcfe65158951e6b80d2599406 /lib/ohai.rb
parentebed9f7a06ed7b72a03c6666b0fe4258d3229535 (diff)
downloadohai-bff40e90df80e8300490fa14a610734f480caa5c.tar.gz
Updating the version number
Diffstat (limited to 'lib/ohai.rb')
-rw-r--r--lib/ohai.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai.rb b/lib/ohai.rb
index 5ff68c9b..cbab0b0e 100644
--- a/lib/ohai.rb
+++ b/lib/ohai.rb
@@ -23,5 +23,5 @@ require 'ohai/config'
require 'ohai/system'
module Ohai
- VERSION = '0.4.0'
+ VERSION = '0.4.1'
end