summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-20 22:03:12 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-20 22:03:12 +0000
commitf9a785341e487c5f77da1ae376563f2e50f3c771 (patch)
tree62832645690dea0d2c1d42b4abe4b6f0fb309ad5 /lib
parent49c96ee434fe56a5898f07e5f321b0de0258ae09 (diff)
downloadchef-f9a785341e487c5f77da1ae376563f2e50f3c771.tar.gz
Bump version to 17.0.3 by Chef Expeditorv17.0.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 3daa2ae276..c0780fec80 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("17.0.2")
+ VERSION = Chef::VersionString.new("17.0.3")
end
#