diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-12-06 21:46:28 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-12-06 21:46:28 +0000 |
commit | 66092cb7e62106619ce3e32dda5b0717868ebb45 (patch) | |
tree | 143b395fa0f651d0c8eb7bab8597eefd1243ff5b /lib | |
parent | d0ddf6bfcb652bcdc8aba0cf6b4a05ad6718e161 (diff) | |
download | chef-66092cb7e62106619ce3e32dda5b0717868ebb45.tar.gz |
Bump version of chef to 12.17.40 by Chef Versioner.v12.17.40
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 1aa9d6079d..94f6289d12 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.39" + VERSION = "12.17.40" end # |