summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-07 21:13:25 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-07 21:13:25 +0000
commit2519d5282eeb2d10a92743ec5c37414e7b6f3bf9 (patch)
tree5ef7167aa44dca1c30e50a2b8e3af29035a247d6 /chef-bin
parent2a64c38ad662100911471f457a4e44a1fbd6e12b (diff)
downloadchef-2519d5282eeb2d10a92743ec5c37414e7b6f3bf9.tar.gz
Bump version to 18.1.15 by Chef Expeditorv18.1.15IPACK
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 2cefc47661..a37a08d753 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.14".freeze
+ VERSION = "18.1.15".freeze
end
#