summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
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 /lib/chef/version.rb
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 'lib/chef/version.rb')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 6f8fa40521..c4b1efac1d 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("18.0.80")
+ VERSION = Chef::VersionString.new("18.0.81")
end
#