summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-28 20:15:48 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-28 20:15:48 +0000
commit37d6e01d39993e43efdf12cd2a9aead8d0b71295 (patch)
tree347d2a3a1a843d4977c8c5d9fd8f1da319300bdc /chef-utils/lib/chef-utils/version.rb
parent9738c670511334fb5ec985b436f078294ccdc46d (diff)
downloadchef-17.0.7.tar.gz
Bump version to 17.0.7 by Chef Expeditorv17.0.7
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 329a706058..7eb10696ae 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.6"
+ VERSION = "17.0.7"
end