diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-06-13 18:18:14 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-06-13 18:18:14 +0000 |
commit | 43d36ee8420f1dd26e70490224cb49b31a9c318a (patch) | |
tree | 19f2f6d88fc44cfc7ef737fe8d4794d5aae83e90 /lib | |
parent | 88006e67a95923f385f1879a7520ae112aa7db2a (diff) | |
download | chef-43d36ee8420f1dd26e70490224cb49b31a9c318a.tar.gz |
Bump version to 14.3.11 by Chef Expeditorv14.3.11
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 98911491b7..476fe70ec9 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.3.10") + VERSION = Chef::VersionString.new("14.3.11") end # |