summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-16 15:25:39 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-16 15:25:39 +0000
commit7d8f5712479a7b1808929403238f5452e6d4a073 (patch)
tree28cb6aa551a424229953975710e70ab656f05665
parent3d9abf93ec24edd974655fe66039b6f88da9718d (diff)
downloadohai-7d8f5712479a7b1808929403238f5452e6d4a073.tar.gz
Bump version to 14.0.8 by Expeditorv14.0.8
-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 e264949c..8558ef76 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
# Change Log
-<!-- latest_release 14.0.7 -->
-## [v14.0.7](https://github.com/chef/ohai/tree/v14.0.7) (2018-02-16)
+<!-- latest_release 14.0.8 -->
+## [v14.0.8](https://github.com/chef/ohai/tree/v14.0.8) (2018-02-16)
#### Merged Pull Requests
- fix failing tests on non linux platforms [#1134](https://github.com/chef/ohai/pull/1134) ([thommay](https://github.com/thommay))
diff --git a/VERSION b/VERSION
index 7d03a96d..979f1e31 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.7 \ No newline at end of file
+14.0.8 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 49247a67..b0b23936 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.7"
+ VERSION = "14.0.8"
end