summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-04-09 13:04:09 -0700
committersersut <serdar@opscode.com>2014-04-09 13:04:09 -0700
commitc2526422113538c74540032de2e8d10d6572712c (patch)
treebfe3987863e08d8fd9d201d7a0f8e163b53cb309
parent63ac0a9ae2984602d1b004399d491df712e3b3cb (diff)
downloadohai-7.0.2.tar.gz
Bump the version number for release.7.0.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 e8d01b91..dd6cf04d 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'
+ VERSION = '7.0.2'
end