diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-02-16 16:05:11 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-02-16 16:05:11 +0000 |
commit | 213bc8240908147fad9f8df1581e735716a35e88 (patch) | |
tree | b96cab6edbce71bd7e04edac4728ad73bd53f12d /lib | |
parent | 3ffe07a3415a726a17b1bdc4626cabd32d986354 (diff) | |
download | ohai-213bc8240908147fad9f8df1581e735716a35e88.tar.gz |
Bump version to 14.0.9 by Expeditorv14.0.9
Diffstat (limited to 'lib')
-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 b0b23936..28775029 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 = "14.0.8" + VERSION = "14.0.9" end |