summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-17 22:01:50 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-17 22:01:50 +0000
commitfb10fe7123da931438fe8ae255ed9a6c1168cd4d (patch)
tree83cc02f87774abf72402f968490997a9cc29e127 /chef-bin/lib
parenta1d46ee3feb2063cd0eba6913c021a0e4842624a (diff)
downloadchef-fb10fe7123da931438fe8ae255ed9a6c1168cd4d.tar.gz
Bump version to 16.4.34 by Chef Expeditorv16.4.34
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 7e270c24e9..e6aaddfb30 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.33".freeze
+ VERSION = "16.4.34".freeze
end
#