summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-28 21:01:57 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-28 21:01:57 +0000
commitf31913f35f89523091fcaaddd181e05a290937f4 (patch)
treeffc698a4444ba045db3b6e69f5bfe092024ada8b /chef-bin/lib/chef-bin
parentd72df71ee8dfaf51cda170bc01870c11f442348e (diff)
downloadchef-f31913f35f89523091fcaaddd181e05a290937f4.tar.gz
Bump version to 17.10.34 by Chef Expeditorv17.10.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 25c5499862..be7252e8f2 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 = "17.10.33".freeze
+ VERSION = "17.10.34".freeze
end
#