summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-04-08 12:12:29 -0700
committersersut <serdar@opscode.com>2014-04-08 12:12:29 -0700
commita1983b9532651344ba42087564e9a2b28520b5ee (patch)
tree3b48a2b1b498fbc4e4234a3cd0448b0fb6780328
parent0b3f58e107cdc168f8b502fe6180342cde5b6eb5 (diff)
downloadohai-7.0.0.tar.gz
Bump version number for release.7.0.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 795c4b18..e8d01b91 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.3'
+ VERSION = '7.0.0'
end