summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-30 22:22:19 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-30 22:22:19 +0000
commitb2fd957715ea490d49f7b27daa5101ecf0a23c4b (patch)
tree75cfb1b0b7c0046c10e22545f7e1af9bd043a7cf /chef-bin/lib
parent18d274a881ace4df130239bdc9952f8245e518d5 (diff)
downloadchef-b2fd957715ea490d49f7b27daa5101ecf0a23c4b.tar.gz
Bump version to 18.0.82 by Chef Expeditorv18.0.82
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 fb9cff3ba1..c9cbb2a867 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.81".freeze
+ VERSION = "18.0.82".freeze
end
#