summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-14 01:02:05 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-14 01:02:05 +0000
commit02dda427ad9f25984b4428a63eabb6db1f1f1a4c (patch)
tree5c7d9b281efade1a8b40f4c393bdb7c609d75bd9 /chef-config/lib/chef-config/version.rb
parenta3c35d6f73ea98f5db2958d537545b48d3e19f07 (diff)
downloadchef-02dda427ad9f25984b4428a63eabb6db1f1f1a4c.tar.gz
Bump version to 16.3.4 by Chef Expeditorv16.3.4
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 68b433f6b1..4230df129b 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 = "16.3.3".freeze
+ VERSION = "16.3.4".freeze
end