diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-03-04 19:03:23 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-03-04 19:03:23 +0000 |
commit | 55aa3126c45ebd32738c5cd54b99bb6f54c8b791 (patch) | |
tree | d950fd54fb5ee30b2a743c790e5b2a34fe328493 /lib/chef/version.rb | |
parent | 8c4542e8afd82d407a1eb7a853d22f3f64bbe44f (diff) | |
download | chef-55aa3126c45ebd32738c5cd54b99bb6f54c8b791.tar.gz |
Bump version to 14.11.17 by Chef Expeditorv14.11.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.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 38a5d47c22..667f3b034e 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("14.11.16") + VERSION = Chef::VersionString.new("14.11.17") end # |