summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-07 19:46:18 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-07 19:46:18 +0000
commit6aa802d4886f96807a7f96bd9f91b256c5f18f3f (patch)
tree5a14caa7f2dbd9a376789ba4c81dd75caebfdf29 /lib/chef/version.rb
parent784b1bd7da5bbc688b3f397ad0f1fe2a296eb9ea (diff)
downloadchef-6aa802d4886f96807a7f96bd9f91b256c5f18f3f.tar.gz
Bump version to 18.0.110 by Chef Expeditorv18.0.110
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 e7b3f3bdf9..8db2bef529 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.0.109")
+ VERSION = Chef::VersionString.new("18.0.110")
end
#