diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-04-04 19:54:50 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-04-04 19:54:50 +0000 |
commit | 703f11bdcce764dc755b47943c8abbc5bb9e25f8 (patch) | |
tree | 2a56c58e36d2fb498f9950accf8d27564b1d795a /chef-config/lib | |
parent | d992861fb2541dd02ff2c5d6c1e1d85bf3fbf01f (diff) | |
download | chef-703f11bdcce764dc755b47943c8abbc5bb9e25f8.tar.gz |
Bump version of chef to 13.0.94 by Chef Versioner.v13.0.94
Diffstat (limited to 'chef-config/lib')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 5834b7dc7f..76783a016e 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -21,7 +21,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "13.0.93" + VERSION = "13.0.94" end # |