summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-30 21:05:57 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-30 21:05:57 +0000
commit7690c5a138ecdd755920b497cb1970179be3cefe (patch)
treeab1d1a12c40ed4307ec083051daa4b3a22010de1 /chef-bin/lib
parentc1ca64cb05e8ae477baa679b9bd2e5b374b73533 (diff)
downloadchef-7690c5a138ecdd755920b497cb1970179be3cefe.tar.gz
Bump version to 18.0.81 by Chef Expeditorv18.0.81
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 ad7cc8651e..fb9cff3ba1 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.80".freeze
+ VERSION = "18.0.81".freeze
end
#