summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
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 /chef-utils/lib/chef-utils/version.rb
parent7ab763a711114b4a666bff964b41d8677a1750b8 (diff)
downloadchef-dfe574ac24a78e1a3c249dd2852e10db35570f2b.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 'chef-utils/lib/chef-utils/version.rb')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index d1705b2bd4..04895f2552 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -16,5 +16,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.0.110"
+ VERSION = "17.0.111"
end