summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-19 04:21:38 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-19 04:21:38 +0000
commit3a1aa2accb1400364df5b92b586bd9887058fbe9 (patch)
treeec1f63ece1837b1a2e223e331d27ee2edb138b6d /lib/chef/version.rb
parentbe22bb604d7a937c5daab3029b5a416de13df490 (diff)
downloadchef-3a1aa2accb1400364df5b92b586bd9887058fbe9.tar.gz
Bump version to 17.0.112 by Chef Expeditorv17.0.112
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index d6af264dd6..77aa13d388 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("17.0.111")
+ VERSION = Chef::VersionString.new("17.0.112")
end
#