summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-07-17 08:38:29 -0700
committersersut <serdar@opscode.com>2014-07-17 08:38:29 -0700
commit45c91d19920ad406040a45dfb06451a2107fe03b (patch)
tree7df6ccea97d34dfad0addd615feffd38a242b0db
parent9c25123ec3ca775fba775d067562284e68fcf41f (diff)
downloadohai-45c91d19920ad406040a45dfb06451a2107fe03b.tar.gz
Version tag for 6.24.0 Release Candidate.6.24.0.rc.0
-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 ae2167f6..5301cf7d 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = '6.22.0'
+ VERSION = '6.24.0.rc.0'
end