summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-11 00:13:01 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-11 00:13:01 +0000
commit253bd29de8052c0aa8d31c16926f6376df8d6a52 (patch)
treeb41b8b284487286c1e46d46c2312745d2a9ec191 /chef-bin
parent67220bf13c16bcbc178dd24a9dbf403e3ef5e399 (diff)
downloadchef-253bd29de8052c0aa8d31c16926f6376df8d6a52.tar.gz
Bump version to 16.7.34 by Chef Expeditorv16.7.34
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 0214526426..968b123b09 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.7.33".freeze
+ VERSION = "16.7.34".freeze
end
#