Skip to content

Commit

Permalink
Bump version to 17.9.5 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 Oct 9, 2023
1 parent 07d8f56 commit af56578
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# Change Log

<!-- latest_release -->
<!-- latest_release 17.9.5 -->
## [v17.9.5](https://github.com/chef/ohai/tree/v17.9.5) (2023-10-09)

#### Merged Pull Requests
- ffi less than 1.16.0 [#1811](https://github.com/chef/ohai/pull/1811) ([tpowell-progress](https://github.com/tpowell-progress))
<!-- latest_release -->

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

#### Merged Pull Requests
- ffi less than 1.16.0 [#1811](https://github.com/chef/ohai/pull/1811) ([tpowell-progress](https://github.com/tpowell-progress)) <!-- 17.9.5 -->
<!-- release_rollup -->

<!-- latest_stable_release -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.9.4
17.9.5
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 = "17.9.4"
VERSION = "17.9.5"
end

0 comments on commit af56578

Please sign in to comment.