summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-01-20 10:15:19 -0800
committersersut <serdar@opscode.com>2014-01-20 10:15:19 -0800
commit4bd19d4da89678c0f0d12ad4900ca28600e07ec9 (patch)
tree4bd0b6dab17b561779edb436773903d8ebb9acb5
parent83fb5aa09243bb599c86fd9940c39a6c77e8804a (diff)
downloadohai-4bd19d4da89678c0f0d12ad4900ca28600e07ec9.tar.gz
Bump the version number for RC release.7.0.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 3909b7bf..1ee9866f 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 = '7.0.0.alpha.0'
+ VERSION = '7.0.0.rc.0'
end