summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-07-02 14:45:38 -0700
committersersut <serdar@opscode.com>2014-07-02 14:45:38 -0700
commitb3f0d151402d2d4fb84975d08af126b79ff4df8e (patch)
tree1a425829fd7aacccb6d705b34d3ff0312375da5e
parentaf7d4e1b6179e946736db82a322e7c714e0d5749 (diff)
downloadohai-b3f0d151402d2d4fb84975d08af126b79ff4df8e.tar.gz
Bump the version number for rc.27.2.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 faf18747..450f6f43 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.2.0.rc.1'
+ VERSION = '7.2.0.rc.2'
end