summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-16 16:05:28 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-16 16:05:28 +0000
commitc99299bcc4820f195766a2421270af33e999b0da (patch)
tree2f65105c88ba4042a90321a005090650237501a2
parent213bc8240908147fad9f8df1581e735716a35e88 (diff)
downloadohai-c99299bcc4820f195766a2421270af33e999b0da.tar.gz
Bump version to 14.0.10 by Expeditorv14.0.10
-rw-r--r--CHANGELOG.md4
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 99049c25..4f4f5c2b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
# Change Log
-<!-- latest_release 14.0.9 -->
-## [v14.0.9](https://github.com/chef/ohai/tree/v14.0.9) (2018-02-16)
+<!-- latest_release 14.0.10 -->
+## [v14.0.10](https://github.com/chef/ohai/tree/v14.0.10) (2018-02-16)
#### Merged Pull Requests
- Docker host detection and information [#1125](https://github.com/chef/ohai/pull/1125) ([tas50](https://github.com/tas50))
diff --git a/VERSION b/VERSION
index a03a651b..150937ce 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.9 \ No newline at end of file
+14.0.10 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 28775029..735903a8 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.9"
+ VERSION = "14.0.10"
end