diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-10-02 17:59:48 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-10-02 17:59:48 +0000 |
commit | eb22124bafaab43661bc6ebc0473a973411665ed (patch) | |
tree | decdf36d83d1385029609d30aecf8799f533153a /lib | |
parent | 8d972a167705df291a61aaf15a04544aaf32175e (diff) | |
download | chef-a9bf66686653670bf5fa9a2024e382fa1aed6ad6.tar.gz |
Bump version to 14.14.11 by Chef Expeditorv14.14.11
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 7f0f1bf06f..737e635a99 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.14.10") + VERSION = Chef::VersionString.new("14.14.11") end # |