summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-08-08 18:55:17 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-08-08 18:55:17 +0000
commit4c97cbd6486da7f7b47162839bf790a71964aad5 (patch)
tree78b0eca945146884909f85ffc05b4d398c2ec53c /lib
parentc476675b2662efff343e9153dcc2fe2ae45986b1 (diff)
downloadohai-4c97cbd6486da7f7b47162839bf790a71964aad5.tar.gz
Bump version to 14.4.0 by Chef Expeditorv14.4.0
Diffstat (limited to 'lib')
-rw-r--r--lib/ohai/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index de13a9e9..cbaca593 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.3.7".freeze
+ VERSION = "14.4.0".freeze
end