summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2012-03-05 18:09:24 -0800
committerBryan McLellan <btm@loftninjas.org>2012-03-05 18:09:24 -0800
commitfd5302e2e2a01ecd4266fa0057075ee3ce43bc1c (patch)
tree157d185213b43a5398ed0535fc93ef20c2190de6
parentdbfe34f1fcc5e8b1ba60df75990cd1919516156e (diff)
downloadohai-0.6.12.rc.3.tar.gz
0.6.12.rc.30.6.12.rc.3
-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 7d22e01d..8bd02242 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.12.rc.2'
+ VERSION = '0.6.12.rc.3'
end