summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-19 04:01:33 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-19 04:01:33 +0000
commitdfe574ac24a78e1a3c249dd2852e10db35570f2b (patch)
tree6ef5fb913aa2ebf8981987c32c19cf1302d98a0c /lib
parent7ab763a711114b4a666bff964b41d8677a1750b8 (diff)
downloadchef-17.0.111.tar.gz
Bump version to 17.0.111 by Chef Expeditorv17.0.111
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 fc11b97fc5..d6af264dd6 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.110")
+ VERSION = Chef::VersionString.new("17.0.111")
end
#