diff options
author | sersut <serdar@opscode.com> | 2014-04-09 13:04:09 -0700 |
---|---|---|
committer | sersut <serdar@opscode.com> | 2014-04-09 13:04:09 -0700 |
commit | c2526422113538c74540032de2e8d10d6572712c (patch) | |
tree | bfe3987863e08d8fd9d201d7a0f8e163b53cb309 | |
parent | 63ac0a9ae2984602d1b004399d491df712e3b3cb (diff) | |
download | ohai-c2526422113538c74540032de2e8d10d6572712c.tar.gz |
Bump the version number for release.7.0.2
-rw-r--r-- | lib/ohai/version.rb | 2 |
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 |