summaryrefslogtreecommitdiff
path: root/lib/ohai/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-03 21:25:24 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-03 21:25:24 +0000
commitff3f54c002fd0deccb3ad2069c84e4b57e1063a4 (patch)
tree4930a8655157f80d3ddab6593fabb97505e367ae /lib/ohai/version.rb
parentf5eaabc6892c20d0ea0c584e0ec621a14e7a1bd0 (diff)
downloadohai-ff3f54c002fd0deccb3ad2069c84e4b57e1063a4.tar.gz
Bump version to 15.0.19 by Chef Expeditorv15.0.19
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/ohai/version.rb')
-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 4c9c40ca..a0c345ed 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 = "15.0.18".freeze
+ VERSION = "15.0.19".freeze
end