summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-04-05 23:24:00 +0000
committerChef Expeditor <chef-ci@chef.io>2023-04-05 23:24:00 +0000
commita185a43c578d44b0a5ed2d64ab96ac9324b4610b (patch)
tree105e6cdb46560b0d02a000d7bc6a21912d842109 /chef-bin
parented6393d66178951c0790de413a5328f279271462 (diff)
downloadchef-a185a43c578d44b0a5ed2d64ab96ac9324b4610b.tar.gz
Bump version to 18.2.8 by Chef Expeditorv18.2.8
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 550150efde..7aebd2881c 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.2.7".freeze
+ VERSION = "18.2.8".freeze
end
#