summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-06-27 09:14:26 -0700
committersersut <serdar@opscode.com>2014-06-27 09:14:26 -0700
commit3a2841a21534465b90302ea84610b4e9c1e9c5d0 (patch)
treeeb65c9824750791b24e424b09b70706d8151ed7a
parent4d4728a0985322be957f1a92c3ab5d56ecfa78ec (diff)
downloadohai-3a2841a21534465b90302ea84610b4e9c1e9c5d0.tar.gz
Version bump for release.7.2.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 38ea2b9b..b9a07f38 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.alpha.1'
+ VERSION = '7.2.0.rc.0'
end