summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-29 03:13:20 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-29 03:13:20 +0000
commitc46961dce646c184a4e96eda15c1127a2bd406f5 (patch)
treeec4693f90e5c5730458313c7a33962275b192bb9 /lib
parent176a42569ea4601789b0aea2e897c3c2c1a78cc4 (diff)
downloadchef-c46961dce646c184a4e96eda15c1127a2bd406f5.tar.gz
Bump version to 16.2.7 by Chef Expeditorv16.2.7
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 e214ff00d7..c5178bfd7b 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.6")
+ VERSION = Chef::VersionString.new("16.2.7")
end
#