summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-06 17:46:36 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-06 17:46:36 +0000
commit07ddcf4ac2aa2a614d791181d5072ea548edbc3a (patch)
treeed4dd6de81cb62f65762c8407488f17ce7835720 /lib
parentd390ab8daca1ad0a28754971fcb3b3bd0262a66f (diff)
downloadchef-07ddcf4ac2aa2a614d791181d5072ea548edbc3a.tar.gz
Bump version to 16.2.81 by Chef Expeditorv16.2.81
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 948ab1eee2..4e467cfdc5 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("../..", __FILE__)
- VERSION = Chef::VersionString.new("16.2.80")
+ VERSION = Chef::VersionString.new("16.2.81")
end
#