summaryrefslogtreecommitdiff
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 41945c36e7..8f42e92993 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("18.1.34")
+ VERSION = Chef::VersionString.new("18.1.35")
end
#