diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-04-04 06:29:18 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-04-04 06:29:18 +0000 |
commit | d79e710d6c9166b35c3960bc444f268b202c3066 (patch) | |
tree | 9545da5227914817fda469a2bee3408fd54e0791 /lib/chef/version.rb | |
parent | bc57f1411ccf2eaf89d6ded010a5312860746e31 (diff) | |
download | chef-d79e710d6c9166b35c3960bc444f268b202c3066.tar.gz |
Bump version to 14.12.1 by Chef Expeditorv14.12.1
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 2fd769e20b..b7ccc29ee7 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.12.0") + VERSION = Chef::VersionString.new("14.12.1") end # |