diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-01-30 00:48:59 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-01-30 00:48:59 +0000 |
commit | 81983d49b60a3de310aef8a09a57dac8d690bc36 (patch) | |
tree | 8978de85e82b6fdea46b42964e397ca49ae154f4 | |
parent | b3e9304979d4e5a5db921dd8e5743828d6734307 (diff) | |
download | ohai-14.0.1.tar.gz |
Bump version to 14.0.1 by Expeditorv14.0.1
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/ohai/version.rb | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1 +1 @@ -14.0.0
\ No newline at end of file +14.0.1
\ No newline at end of file diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 24b1f780..4848dc3f 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.0" + VERSION = "14.0.1" end |