summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-02 22:05:04 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-02 22:05:04 +0000
commitafc2da020ce711b41135c716c4124e3b7107780b (patch)
tree879b54c02f796a9796fe25b235950717f2a34d0b /lib/chef/version.rb
parentd118631c60569c049abe323e635463e7719758fe (diff)
downloadchef-afc2da020ce711b41135c716c4124e3b7107780b.tar.gz
Bump version to 16.10.3 by Chef Expeditorv16.10.3
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 0feb5caa48..a27a4258b2 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.10.2")
+ VERSION = Chef::VersionString.new("16.10.3")
end
#