summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-04-04 15:17:43 -0700
committersersut <serdar@opscode.com>2014-04-04 15:17:43 -0700
commit0b3f58e107cdc168f8b502fe6180342cde5b6eb5 (patch)
tree1544ad6eea2c15118cb81a0ba1ddaab2963b8902
parent6c82ace6e633d07def47f4aafffc04ef5abcdc4d (diff)
downloadohai-0b3f58e107cdc168f8b502fe6180342cde5b6eb5.tar.gz
Bump the version number for RC.7.0.0.rc.3
-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 eea6f983..795c4b18 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.2'
+ VERSION = '7.0.0.rc.3'
end