diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-10-08 16:09:36 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-10-08 16:09:36 +0000 |
commit | ec949662794e769c0adde9b9157bf78ece1ad4c8 (patch) | |
tree | 28b936012b6c1bdb3805181219812ed9603d91c2 /lib | |
parent | ce982e3893d81714e8cc852db874a54a26df2037 (diff) | |
download | chef-ec949662794e769c0adde9b9157bf78ece1ad4c8.tar.gz |
Bump version to 15.4.30 by Chef Expeditorv15.4.30
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 6d925d3a12..35672ed729 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.29") + VERSION = Chef::VersionString.new("15.4.30") end # |