summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-04 20:39:51 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-04 20:39:51 +0000
commit01e91446ac83f656855246d7e873a28a26e41fb2 (patch)
tree116b25d2faa32870cfed7357a05ce539ac49974f /lib
parente214d73f7ad94c022332fdab7276bd3027dccaa9 (diff)
downloadchef-01e91446ac83f656855246d7e873a28a26e41fb2.tar.gz
Bump version to 16.8.1 by Chef Expeditorv16.8.1
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 d646e7d74f..5996d15f73 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("16.8.0")
+ VERSION = Chef::VersionString.new("16.8.1")
end
#