summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-17 21:48:13 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-17 21:48:13 +0000
commit09bb9566465a177d3f1015937066956535454b88 (patch)
treeb6d7b6aa0a0ce5573d59e039ddb4d918b6126d90 /lib
parent5ecbe808034cc2f51b1e22c67e85053978f0d640 (diff)
downloadchef-09bb9566465a177d3f1015937066956535454b88.tar.gz
Bump version to 17.3.3 by Chef Expeditorv17.3.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 c5ab7a1158..6a026c9e44 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.3.2")
+ VERSION = Chef::VersionString.new("17.3.3")
end
#