summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-04 04:41:25 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-04 04:41:25 +0000
commitb21bd283428ad68ffb8cce79d3803ebcd627820b (patch)
treefa19db3053ab154af02a406fe6b9cbc3e971892b /chef-bin
parent9a8c48e4a4ce169e824211ba797a77c21eae1704 (diff)
downloadchef-b21bd283428ad68ffb8cce79d3803ebcd627820b.tar.gz
Bump version to 16.4.1 by Chef Expeditorv16.4.1
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 2ec11c50df..30641f8888 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.4.0".freeze
+ VERSION = "16.4.1".freeze
end
#