diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-12-05 23:25:16 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-12-05 23:25:16 +0000 |
commit | 346cc26dd51aae8f7062d64f8cdb6742534a645f (patch) | |
tree | eb6644eaa766e3818d87c0b10efb56d632320cf0 /lib | |
parent | 091982a9d845070ed42a2cb20925fe4e17255902 (diff) | |
download | chef-346cc26dd51aae8f7062d64f8cdb6742534a645f.tar.gz |
Bump version to 14.8.12 by Chef Expeditorv14.8.12
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 699ad68625..797b33e7bb 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.8.11") + VERSION = Chef::VersionString.new("14.8.12") end # |