summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-06 03:40:14 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-06 03:40:14 +0000
commita221b9423b20084072ad91db4912a2be729e6d11 (patch)
treec4d6242646315a0775ae2d8b1c3675374a044656 /lib/chef
parentb2df39628b6fae3306798dd762263b5e2478e7d3 (diff)
downloadchef-a221b9423b20084072ad91db4912a2be729e6d11.tar.gz
Bump version to 17.0.81 by Chef Expeditorv17.0.81
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 e2b68bd2de..70d4ffdc4f 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("17.0.80")
+ VERSION = Chef::VersionString.new("17.0.81")
end
#