summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-20 22:03:12 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-20 22:03:12 +0000
commitf9a785341e487c5f77da1ae376563f2e50f3c771 (patch)
tree62832645690dea0d2c1d42b4abe4b6f0fb309ad5 /chef-config/lib/chef-config/version.rb
parent49c96ee434fe56a5898f07e5f321b0de0258ae09 (diff)
downloadchef-f9a785341e487c5f77da1ae376563f2e50f3c771.tar.gz
Bump version to 17.0.3 by Chef Expeditorv17.0.3
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 00483ccf65..5125c58757 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.0.2".freeze
+ VERSION = "17.0.3".freeze
end