diff options
author | Bryan McLellan <btm@opscode.com> | 2013-07-05 13:06:44 -0700 |
---|---|---|
committer | Bryan McLellan <btm@opscode.com> | 2013-07-05 13:06:57 -0700 |
commit | d338698f288d08379bb36611f93a3a8db7ff45f5 (patch) | |
tree | 691e86bfb443f3af013c9e97c0a9f577dca327c3 | |
parent | e6379f2f1a46eb80b4032e97d4aba74208d9cde7 (diff) | |
download | ohai-6.18.0.rc.2.tar.gz |
6.18.0.rc.26.18.0.rc.2
-rw-r--r-- | lib/ohai/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 4cca399b..a2818058 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.1' + VERSION = '6.18.0.rc.2' end |