summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-14 17:54:03 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-14 17:54:03 +0000
commit06ebe288b280360638987a5d46e708a675a1ae30 (patch)
treed0ed38966c8eec74c6984015ff1a0e667ceef821 /lib
parente498eac89560647ebeb5097fc2af58f53aedd22f (diff)
downloadohai-06ebe288b280360638987a5d46e708a675a1ae30.tar.gz
Bump version to 14.4.6 by Chef Expeditorv14.4.6
Obvious fix; these changes are the result of automation not creative thinking.
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 c49ebe9a..ec74ef6c 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.4.5".freeze
+ VERSION = "14.4.6".freeze
end