diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-05-15 19:17:07 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-05-15 19:17:07 +0000 |
commit | 28da0300bcf34a337064079ad95c3d9c640a950e (patch) | |
tree | 5ccae1a82c2668a96936ea9d7a2b08a9c0e5c1af /lib | |
parent | e8f5b945551fd2d73028e913a8598895a97f709d (diff) | |
download | chef-14.1.9.tar.gz |
Bump version to 14.1.9 by Chef Expeditorv14.1.9
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 c6163f636d..1089dc9001 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.1.8") + VERSION = Chef::VersionString.new("14.1.9") end # |