diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-12-06 23:57:57 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-12-06 23:57:57 +0000 |
commit | c49c6c9055d15ed37a5db0bbc778a238d0fbcd16 (patch) | |
tree | 3087f84e32ecc23fee5a5853705d72acde85d3a6 /lib | |
parent | 8b3b685ef651d6a286a977d757935cc9b68ac484 (diff) | |
download | chef-c49c6c9055d15ed37a5db0bbc778a238d0fbcd16.tar.gz |
Bump version of chef to 12.17.43 by Chef Versioner.v12.17.43
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 685069cc90..5198f50761 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.17.42" + VERSION = "12.17.43" end # |