diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-04-20 23:45:25 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-04-20 23:45:25 +0000 |
commit | fa61980fea73c1af05dc8a0b52cbb6099035883c (patch) | |
tree | 7b2baf39af40d8104ade1058923b1c2b462a1098 /lib/chef | |
parent | 2d9523c43311010c534fe7b58b4f7d5257ad2852 (diff) | |
download | chef-fa61980fea73c1af05dc8a0b52cbb6099035883c.tar.gz |
Bump version of chef to 13.0.123 by Chef Versioner.v13.0.123
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 95440c6e5f..f88e59351c 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.122" + VERSION = "13.0.123" end # |