summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-16 20:09:06 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-16 20:09:08 +0000
commit9796acacb5d641cab71f26931b9558e138525f04 (patch)
treec6f49f863fb211b1c64efc733265a5967282bdd2 /lib
parent8ac7a0f682427e13d1863e86697562d17fbea359 (diff)
downloadchef-9796acacb5d641cab71f26931b9558e138525f04.tar.gz
Bump version to 17.8.3 by Chef Expeditorv17.8.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 7f0ebd16b9..76e9deacb5 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.8.2")
+ VERSION = Chef::VersionString.new("17.8.3")
end
#