summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-12-07 15:16:36 +0000
committerChef Expeditor <chef-ci@chef.io>2022-12-07 15:16:36 +0000
commitcf15857f944c763e7b3716449ad2de6992037fb8 (patch)
treead7617f8a04cdf03cdbe19e4143494900e435c09 /chef-bin
parent2ef9ab851cf3b69395949d5f4e5f5db51bc09f9f (diff)
downloadchef-cf15857f944c763e7b3716449ad2de6992037fb8.tar.gz
Bump version to 16.18.19 by Chef Expeditorv16.18.19
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 e6b66c535d..98ea4dd446 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 = "16.18.18".freeze
+ VERSION = "16.18.19".freeze
end
#