summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-28 22:33:07 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-28 22:33:07 +0000
commit12ca27e40cf3bafda483ae90ff1da6fcf8083268 (patch)
tree764ea98ebfda35e7e5c7074b39e59bfdd589ce47
parent95e033e54ed3ceeee12837047c5bd4a643f17ac9 (diff)
downloadohai-12ca27e40cf3bafda483ae90ff1da6fcf8083268.tar.gz
Bump version to 16.3.2 by Chef Expeditorv16.3.2
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f9aa6a3f..db8c8a07 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.3.1 -->
-## [v16.3.1](https://github.com/chef/ohai/tree/v16.3.1) (2020-07-24)
+<!-- latest_release 16.3.2 -->
+## [v16.3.2](https://github.com/chef/ohai/tree/v16.3.2) (2020-07-28)
#### Merged Pull Requests
-- Remove redundant file encoding in spec [#1483](https://github.com/chef/ohai/pull/1483) ([tas50](https://github.com/tas50))
+- Spelling fixes [#1484](https://github.com/chef/ohai/pull/1484) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.3.0 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Spelling fixes [#1484](https://github.com/chef/ohai/pull/1484) ([tas50](https://github.com/tas50)) <!-- 16.3.2 -->
- Remove redundant file encoding in spec [#1483](https://github.com/chef/ohai/pull/1483) ([tas50](https://github.com/tas50)) <!-- 16.3.1 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index f15237f6..9cc45924 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.3.1 \ No newline at end of file
+16.3.2 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 9aaa76cb..08e4524b 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 = "16.3.1".freeze
+ VERSION = "16.3.2".freeze
end