summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-09-09 16:41:48 +0000
committerChef Expeditor <chef-ci@chef.io>2022-09-09 16:41:48 +0000
commit683fa4219f950bea41076838733a9db0f99c738a (patch)
tree85446cc4a4b3177dc6ebc716203a90293b1bac61 /chef-bin
parent2d0857a57fa1b05a86701ae5f368babebd4e4d07 (diff)
downloadchef-683fa4219f950bea41076838733a9db0f99c738a.tar.gz
Bump version to 18.0.144 by Chef Expeditorv18.0.144
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 571777ad53..6c954e842d 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.0.143".freeze
+ VERSION = "18.0.144".freeze
end
#