summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-08-02 19:12:03 +0000
committerChef Expeditor <chef-ci@chef.io>2022-08-02 19:12:03 +0000
commit042a25badeca5e4a87f157b6bdbd6a32499d1c7b (patch)
treee3f41ce19ecfb4496206c9bae2cb0e1d0a6490c7 /chef-bin
parent497b907e3ac973051b4b80a5ca63bca63d8d859c (diff)
downloadchef-042a25badeca5e4a87f157b6bdbd6a32499d1c7b.tar.gz
Bump version to 18.0.139 by Chef Expeditorv18.0.139
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 5f930a13b5..c64f94d547 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.138".freeze
+ VERSION = "18.0.139".freeze
end
#