summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-22 12:31:23 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-22 12:31:23 +0000
commitb66fbf5ebf9938c9b1706f837027ffab3938f4a9 (patch)
tree2b9defcd6b2e21998cff1e18f8e356bc9cf3ef65 /lib/chef
parentca49513fdbdd2b8d964028cf3808838644cd6b10 (diff)
downloadchef-b66fbf5ebf9938c9b1706f837027ffab3938f4a9.tar.gz
Bump version to 15.0.84 by Chef Expeditorv15.0.84
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 6ee94261a6..23ee87e380 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.0.83")
+ VERSION = Chef::VersionString.new("15.0.84")
end
#