summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-11-08 22:34:30 +0000
committerChef Expeditor <expeditor@chef.io>2019-11-08 22:34:30 +0000
commit9917b462e7cf8746e5732f1ef51e0e37e758994e (patch)
treeb50906f5f55fbfee72862b15cbf42ff4aa5ae90d /lib
parentf0b1772ace0ee495bfeda5417818ebd4a69f7304 (diff)
downloadchef-9917b462e7cf8746e5732f1ef51e0e37e758994e.tar.gz
Bump version to 15.4.71 by Chef Expeditorv15.4.71
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 03c522cbfc..3332853410 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.4.70")
+ VERSION = Chef::VersionString.new("15.4.71")
end
#