summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-14 20:18:13 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-14 20:18:13 +0000
commita7b8117172713dabea13f853309681305f5c1b57 (patch)
tree209f2a89316751ad5ad40a9855347aab13d33efb /chef-bin
parentba03159bd91e88aa4182a8b9cd64cd27a5326316 (diff)
downloadchef-a7b8117172713dabea13f853309681305f5c1b57.tar.gz
Bump version to 18.1.19 by Chef Expeditorv18.1.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 319754adf0..406e5207d1 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.18".freeze
+ VERSION = "18.1.19".freeze
end
#