diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-02-09 18:55:54 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-02-09 18:55:54 +0000 |
commit | f3141911a95f6c1475fe833884a772fc4b8eb3f9 (patch) | |
tree | 543f19bf6c7b3c830f4265a3008035106868ef49 /lib | |
parent | bd8a0bf57973c5dda08b13ed990f8c0d78b58e4b (diff) | |
download | chef-f3141911a95f6c1475fe833884a772fc4b8eb3f9.tar.gz |
Bump version of chef to 12.19.18 by Chef Versioner.v12.19.18
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 483f006711..70e65a5aca 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -21,7 +21,7 @@ class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = "12.19.17" + VERSION = "12.19.18" end # |