summaryrefslogtreecommitdiff
path: root/lib/ohai/version.rb
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2011-04-28 13:26:59 -0700
committerBryan McLellan <btm@opscode.com>2011-04-28 13:26:59 -0700
commit5b4555a34ce994ef3b3aee05fa58fb6d28c315bc (patch)
tree8da8a22a4a354bbf27d9ee54f05934d063507951 /lib/ohai/version.rb
parente20155f6cd82315a805c8fd6b200ef00368a2709 (diff)
downloadohai-5b4555a34ce994ef3b3aee05fa58fb6d28c315bc.tar.gz
bump version for development
Diffstat (limited to 'lib/ohai/version.rb')
-rw-r--r--lib/ohai/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 4c9e0727..4efc91dd 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,6 +18,6 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = '0.6.4'
+ VERSION = '0.6.5'
end