summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2013-06-26 18:03:32 -0700
committerBryan McLellan <btm@opscode.com>2013-06-26 18:03:32 -0700
commit76ddf70d2ea89bc885c90946aeb4863b74a4d3ce (patch)
treea703e0b25f27d9b65ee53ff8c3891b032e980b4f
parent9cb0f3ce719001956d7875ead3666f6ec0861dd7 (diff)
downloadohai-6.18.0.rc.1.tar.gz
6.18.0.rc.16.18.0.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 65b5ff2e..4cca399b 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 = '6.18.0.rc.0'
+ VERSION = '6.18.0.rc.1'
end