summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-03-31 11:51:11 -0700
committersersut <serdar@opscode.com>2014-03-31 11:51:11 -0700
commitdb51823903caaab6653d4cafb02aa170072443b0 (patch)
treeb6a20a28205cb0540377d61d3ab2d4e17df87c7b
parentcc7db0cc8d285b16f9c02aeb58f9b9beef0976e5 (diff)
downloadohai-db51823903caaab6653d4cafb02aa170072443b0.tar.gz
Bump version number for RC.7.0.0.rc.2
-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 f5f9745d..eea6f983 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 = '7.0.0.rc.1'
+ VERSION = '7.0.0.rc.2'
end