summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-17 21:48:13 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-17 21:48:13 +0000
commit09bb9566465a177d3f1015937066956535454b88 (patch)
treeb6d7b6aa0a0ce5573d59e039ddb4d918b6126d90 /chef-config/lib
parent5ecbe808034cc2f51b1e22c67e85053978f0d640 (diff)
downloadchef-09bb9566465a177d3f1015937066956535454b88.tar.gz
Bump version to 17.3.3 by Chef Expeditorv17.3.3
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 a3074955d0..5798286434 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.3.2".freeze
+ VERSION = "17.3.3".freeze
end