summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-16 21:17:36 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-16 21:17:36 +0000
commit840ed4a3dfb71d63cf3d500281771a97fcc69f74 (patch)
tree76f295fdba8dc0425777471cf5505e891060ebe7 /lib/chef/version.rb
parentdc2a55b1c9e10e670922c26c2d5af37773a68179 (diff)
downloadchef-840ed4a3dfb71d63cf3d500281771a97fcc69f74.tar.gz
Bump version to 15.7.17 by Chef Expeditorv15.7.17
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 887baf7498..da0b4a9c5c 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.7.16")
+ VERSION = Chef::VersionString.new("15.7.17")
end
#