Skip to content

Commit

Permalink
Bump version to 16.17.2 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Jan 31, 2023
1 parent 31cc417 commit 5c4ccf7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Change Log

<!-- latest_release 16.17.1 -->
## [v16.17.1](https://github.com/chef/ohai/tree/v16.17.1) (2023-01-31)
<!-- latest_release 16.17.2 -->
## [v16.17.2](https://github.com/chef/ohai/tree/v16.17.2) (2023-01-31)

#### Merged Pull Requests
- Manually update the version as expeditor version bump was not working [#1782](https://github.com/chef/ohai/pull/1782) ([neha-p6](https://github.com/neha-p6))
- Update changelog.md manually to include previously merged PR [#1783](https://github.com/chef/ohai/pull/1783) ([neha-p6](https://github.com/neha-p6))
<!-- latest_release -->

<!-- release_rollup since=16.17.0 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Update changelog.md manually to include previously merged PR [#1783](https://github.com/chef/ohai/pull/1783) ([neha-p6](https://github.com/neha-p6)) <!-- 16.17.2 -->
- Manually update the version as expeditor version bump was not working [#1782](https://github.com/chef/ohai/pull/1782) ([neha-p6](https://github.com/neha-p6))
- Testing new Linux Network Plugin settings ported from Chef-18 [#1778](https://github.com/chef/ohai/pull/1778) ([johnmccrae](https://github.com/johnmccrae))
<!-- 16.17.1 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.17.1
16.17.2
2 changes: 1 addition & 1 deletion lib/ohai/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@

module Ohai
OHAI_ROOT = File.expand_path(__dir__)
VERSION = "16.17.1"
VERSION = "16.17.2"
end

0 comments on commit 5c4ccf7

Please sign in to comment.