Skip to content

Commit

Permalink
Bump version to 14.0.8 by Expeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Expeditor committed Feb 16, 2018
1 parent 3d9abf9 commit 7d8f571
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.0.7
14.0.8
2 changes: 1 addition & 1 deletion lib/ohai/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
VERSION = "14.0.7"
VERSION = "14.0.8"
end

0 comments on commit 7d8f571

Please sign in to comment.