summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-24 05:18:43 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-24 05:18:43 +0000
commit69b33f15884a22e174e1776119b0653510500d07 (patch)
tree0ca5f6c6c8b623a06630f08aa380e5a33e5b979a /chef-bin/lib/chef-bin
parent8565376c6fca544ea81392239ac15cc8fe6c69b6 (diff)
downloadchef-69b33f15884a22e174e1776119b0653510500d07.tar.gz
Bump version to 16.3.34 by Chef Expeditorv16.3.34
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/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 eab6351565..fa2f2cb04f 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.3.33".freeze
+ VERSION = "16.3.34".freeze
end
#