summaryrefslogtreecommitdiff
path: root/lib/ohai.rb
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2010-05-10 12:22:46 -0700
committerDaniel DeLeo <dan@opscode.com>2010-05-10 12:22:46 -0700
commit3cce030bd930fbc6ba5256ce599b2a2dd54f6dac (patch)
tree0d5533d8b4481f43e8be3bee93c9b3c8b6f01fc3 /lib/ohai.rb
parent39a23a21edb1161cdf042c615baf4d12d15552b9 (diff)
downloadohai-3cce030bd930fbc6ba5256ce599b2a2dd54f6dac.tar.gz
set to development version 0.5.3
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 8b4c8e73..aec66b11 100644
--- a/lib/ohai.rb
+++ b/lib/ohai.rb
@@ -23,5 +23,5 @@ require 'ohai/config'
require 'ohai/system'
module Ohai
- VERSION = '0.5.2'
+ VERSION = '0.5.3'
end