diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-02-22 12:32:35 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-02-22 12:32:35 +0000 |
commit | 22e195ac758c4a11af903a8e2d6af6c81bc11319 (patch) | |
tree | b198fd26e45fcc11c52f22aaf1c7645e9cbada6a /lib | |
parent | cfb841dfb8c4c51cba0ca26c6bab26f0a687e48a (diff) | |
download | chef-22e195ac758c4a11af903a8e2d6af6c81bc11319.tar.gz |
Bump version to 15.0.170 by Chef Expeditorv15.0.170
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 69f80b074d..a8a7a20bb0 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.169") + VERSION = Chef::VersionString.new("15.0.170") end # |