summaryrefslogtreecommitdiff
path: root/lib/chef
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 /lib/chef
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 'lib/chef')
-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 8195b88124..42daf63654 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.6.12")
+ VERSION = Chef::VersionString.new("17.6.13")
end
#