diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-04-11 16:55:33 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-04-11 16:55:33 +0000 |
commit | 04d3237fc85b252a777ba67c1b1c6ab38587425b (patch) | |
tree | 4ab6cf474dd88e897d7b3efa8893bd4b83863316 /lib/chef | |
parent | 3fc0e33d5051426139a51548e4fc4204cf8545db (diff) | |
download | chef-04d3237fc85b252a777ba67c1b1c6ab38587425b.tar.gz |
Bump version of chef to 13.0.116 by Chef Versioner.v13.0.116
Diffstat (limited to 'lib/chef')
-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 c76c01d73e..2447b77199 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -21,7 +21,7 @@ class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = "13.0.115" + VERSION = "13.0.116" end # |