summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-07 17:55:34 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-07 17:55:34 +0000
commit36e6f44995a3e4a1c812ab48c037a3c0128ab1d3 (patch)
tree41987d68ff4ce30f6eb0571e8428976f3c9a1270 /lib/chef/version.rb
parent4ac657c93bd12546e4532ea0f753c813dafe3147 (diff)
downloadchef-36e6f44995a3e4a1c812ab48c037a3c0128ab1d3.tar.gz
Bump version to 18.0.108 by Chef Expeditorv18.0.108
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 d7c394576e..15d7d651c6 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.107")
+ VERSION = Chef::VersionString.new("18.0.108")
end
#