summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-08-09 19:20:35 +0000
committerChef Expeditor <chef-ci@chef.io>2022-08-09 19:20:35 +0000
commit805df23576c2ff7c6468933ebc7c90d286672d16 (patch)
tree6f7b43fe74d9dd596d080c24c7dfc93701509139 /chef-bin/lib/chef-bin/version.rb
parentf42d86026505c058a9bcc1c46ad13ce2710ca825 (diff)
downloadchef-18.0.140.tar.gz
Bump version to 18.0.140 by Chef Expeditorv18.0.140
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/chef-bin/version.rb')
-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 c64f94d547..97a13dca98 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.139".freeze
+ VERSION = "18.0.140".freeze
end
#