summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-20 07:36:52 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-20 07:36:52 +0000
commit6f37212a543e6f4a5013123178a25c7f5e4120e0 (patch)
tree2a53f817f972acd5e3652cfad15b5dba1201278f /lib
parentd28b02cd98eed644cb86f91361c10f5cb94d2ed1 (diff)
downloadchef-6f37212a543e6f4a5013123178a25c7f5e4120e0.tar.gz
Bump version to 15.1.17 by Chef Expeditorv15.1.17
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 d53fa1f2de..ed5e928725 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.1.16")
+ VERSION = Chef::VersionString.new("15.1.17")
end
#