summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-04-20 17:56:49 +0000
committerChef Expeditor <chef-ci@chef.io>2023-04-20 17:56:52 +0000
commitb95164d6eb25297c82f14bac67ceb9bdaa348ac3 (patch)
tree640cd7789b4049ee7941e8a9f01b6bb20eb7b198 /chef-config/lib/chef-config/version.rb
parentbcf92e4516a8490ebd9f85d8122c16763bd22573 (diff)
downloadchef-b95164d6eb25297c82f14bac67ceb9bdaa348ac3.tar.gz
Bump version to 17.10.51 by Chef Expeditorv17.10.51
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config/version.rb')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index f0c14b4e64..926e6cd35c 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.10.50".freeze
+ VERSION = "17.10.51".freeze
end