summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2012-02-09 09:43:03 -0800
committerBryan McLellan <btm@opscode.com>2012-02-09 09:43:03 -0800
commit32ab4862b6dcd415367714d36fde711b57c8a312 (patch)
tree6b7cd9aaa0021ae61880f4fd024cace564ee8ec1
parent04e616e5bcc94f8fa0d25c9b7a90f6c92c2ece1e (diff)
downloadohai-32ab4862b6dcd415367714d36fde711b57c8a312.tar.gz
0.6.12.rc.10.6.12.rc.1
-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 e9452c7b..f577aab4 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.11'
+ VERSION = '0.6.12.rc.1'
end