summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-19 18:37:49 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-19 18:37:49 +0000
commitc21e3eae41e178e947e8c4a45f81b6545399fa4f (patch)
tree423d8c42c8d6a6d4d8eb76624690faaa5adc9664 /lib/chef
parenta86a6086d45ea6ac802148ebbb9814ad910a8dec (diff)
downloadchef-c21e3eae41e178e947e8c4a45f81b6545399fa4f.tar.gz
Bump version to 15.0.73 by Chef Expeditorv15.0.73
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 57520280c6..6f5e101c67 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.72")
+ VERSION = Chef::VersionString.new("15.0.73")
end
#