summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-18 20:15:18 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-18 20:15:18 +0000
commit390080c22347a61609a8c8214983a58124b8eb54 (patch)
tree240de3b0f60b4425e4beaa7023b7ac68adc146ba /lib
parenta53c26be47d69ddeba38588f2269b147240d3cf5 (diff)
downloadchef-390080c22347a61609a8c8214983a58124b8eb54.tar.gz
Bump version to 18.0.8 by Chef Expeditorv18.0.8
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 eba3118b1a..0edbcb17fc 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.7")
+ VERSION = Chef::VersionString.new("18.0.8")
end
#