summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-21 12:00:38 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-21 12:00:38 +0000
commit15748223b32aa37ad0770c646a56e5ad49b67d7c (patch)
tree8c17fcbb21c03fd05f4960d853422713a5f4f12c /chef-bin
parent16474d8bf28ef8c18e7f7c3596992f13a9aac636 (diff)
downloadchef-15748223b32aa37ad0770c646a56e5ad49b67d7c.tar.gz
Bump version to 18.1.35 by Chef Expeditorv18.1.35
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 074cabfffa..e2693b2cd2 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 = "18.1.34".freeze
+ VERSION = "18.1.35".freeze
end
#