summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-04-03 17:10:31 +0000
committerChef Expeditor <chef-ci@chef.io>2023-04-03 17:10:31 +0000
commit6ac6b0a8d561e2125cb651e98475c1fc7b7b3510 (patch)
tree5d1a1e6624c683d2820539b21ca6c94b31b7c2f6 /chef-bin
parent21013531359518115c62f765c25cc59ed278ad61 (diff)
downloadchef-6ac6b0a8d561e2125cb651e98475c1fc7b7b3510.tar.gz
Bump version to 18.2.6 by Chef Expeditorv18.2.6
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 176dad37e3..5cfb79ba97 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.5".freeze
+ VERSION = "18.2.6".freeze
end
#