summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-28 20:06:21 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-28 20:06:21 +0000
commitca748e29ae45bff15a2906c8055a2e22b5866f74 (patch)
treebd64cd8d88f82b02dde9e57dc36df9f8b441e8c7 /lib
parent68e1e85d38c894766226066e41c51be3ba970c6e (diff)
downloadchef-ca748e29ae45bff15a2906c8055a2e22b5866f74.tar.gz
Bump version to 16.2.3 by Chef Expeditorv16.2.3
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 2d4d53ddcb..d0aebac2f4 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.2")
+ VERSION = Chef::VersionString.new("16.2.3")
end
#