summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-01-27 15:06:05 +0000
committerChef Expeditor <chef-ci@chef.io>2023-01-27 15:06:05 +0000
commitf206b887fa2f75d23f70ef866cfda14c0ecaa44f (patch)
tree2f1e36a34bc0f5280b9677499e5a2c546e0c3ecd /lib/chef
parenta368257590f158ec6cf3b9b99c53f5456f0768a6 (diff)
downloadchef-f206b887fa2f75d23f70ef866cfda14c0ecaa44f.tar.gz
Bump version to 18.1.9 by Chef Expeditorv18.1.9
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 2361dbe498..b5dfc643c5 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.8")
+ VERSION = Chef::VersionString.new("18.1.9")
end
#