summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-13 18:40:43 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-13 18:40:43 +0000
commit351273388a150423ea0bd51dba155584d31445d0 (patch)
treeb428e8ba3c2c5ee9bc0fbbdfe516e1ba2d5a0161 /chef-utils
parentc08b157200e00af2b76b799d8b5c9a502cbebcc2 (diff)
downloadchef-351273388a150423ea0bd51dba155584d31445d0.tar.gz
Bump version to 17.0.40 by Chef Expeditorv17.0.40
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils')
-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 040d5e5a0a..4cbba99cde 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.39"
+ VERSION = "17.0.40"
end