summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-31 00:50:21 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-31 00:50:21 +0000
commitd1d6fa495174573ba125521de38744970406d493 (patch)
tree6f3dd490c109d07093b10aa7749487e9b5ffe251 /lib
parent6c9d2b32e3254e509dc6bf6c62908fc5a4fe4fe8 (diff)
downloadchef-d1d6fa495174573ba125521de38744970406d493.tar.gz
Bump version to 15.8.3 by Chef Expeditorv15.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 3b9cde27d1..a150c5ed61 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("15.8.2")
+ VERSION = Chef::VersionString.new("15.8.3")
end
#