summaryrefslogtreecommitdiff
path: root/chef-bin
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 /chef-bin
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 'chef-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index a3fb58f0bb..d96a25e8af 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "18.1.8".freeze
+ VERSION = "18.1.9".freeze
end
#