summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-30 00:48:59 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-30 00:48:59 +0000
commit81983d49b60a3de310aef8a09a57dac8d690bc36 (patch)
tree8978de85e82b6fdea46b42964e397ca49ae154f4
parentb3e9304979d4e5a5db921dd8e5743828d6734307 (diff)
downloadohai-81983d49b60a3de310aef8a09a57dac8d690bc36.tar.gz
Bump version to 14.0.1 by Expeditorv14.0.1
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index f13c819c..8d2e58b4 100644
--- a/VERSION
+++ b/VERSION
@@ -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