summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-20 20:49:49 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-20 20:49:49 +0000
commite005d9b85d4bad73ad4a71e007fd8ece0734b9b3 (patch)
treea4c2e66c008e66023ea44961a9823d77cffaa608 /chef-bin
parent08400cd4b13699179d78217a62df48b9162d6d22 (diff)
downloadchef-e005d9b85d4bad73ad4a71e007fd8ece0734b9b3.tar.gz
Bump version to 16.6.33 by Chef Expeditorv16.6.33
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 4b0a21fefd..34f239089a 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.6.32".freeze
+ VERSION = "16.6.33".freeze
end
#