summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-30 22:44:33 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-30 22:44:33 +0000
commit3114785cc374ff484c8df618ae91721ecd174747 (patch)
tree031c41a20eb7f9dc503558c3ed32a138c3396bd2 /chef-utils/lib/chef-utils/version.rb
parent8ab1549c0602fd1e3e7ffb7565fc400308365b4b (diff)
downloadchef-3114785cc374ff484c8df618ae91721ecd174747.tar.gz
Bump version to 17.6.13 by Chef Expeditorv17.6.13
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 0203f92929..7d49d57141 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.6.12"
+ VERSION = "17.6.13"
end