diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-11-22 20:54:27 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-11-22 20:54:27 +0000 |
commit | 852b6eb69e9d11acd32c6d756dfbb9473d97a4ac (patch) | |
tree | 416a94d77747891b999d33119f3be235ced9fa19 /lib | |
parent | 392738693c75885c0251c8ee9e929b6f8d2c7e4b (diff) | |
download | chef-852b6eb69e9d11acd32c6d756dfbb9473d97a4ac.tar.gz |
Bump version to 14.8.3 by Chef Expeditorv14.8.3
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 1763d248bb..b08db7481f 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.2") + VERSION = Chef::VersionString.new("14.8.3") end # |