summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-14 19:35:14 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-14 19:35:14 +0000
commit50fdebfdd0daca17e20d22c1b3206095c71d62c6 (patch)
tree1f865a786a88092cf93c5fe9905178870263b4a9 /chef-bin
parentfaadc24bf83d87c58a03df5e0bf468c0d22f1c50 (diff)
downloadchef-50fdebfdd0daca17e20d22c1b3206095c71d62c6.tar.gz
Bump version to 18.0.115 by Chef Expeditorv18.0.115
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 1053dd3304..9fa19f46d8 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.0.114".freeze
+ VERSION = "18.0.115".freeze
end
#