diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-05-04 16:15:42 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-05-04 16:15:42 +0000 |
commit | c525a4a82ebff6a81d6b55ad4769fea3bbbf79b2 (patch) | |
tree | 65d3cd7cb94ada080616b374beb3a15b7979fc49 /chef-config/lib | |
parent | 7d63544fcbd858ca3af527f2aba9733bfa576843 (diff) | |
download | chef-c525a4a82ebff6a81d6b55ad4769fea3bbbf79b2.tar.gz |
Bump version of chef to 13.1.9 by Chef Versioner.
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 3fdadf8b54..2274950436 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.1.8" + VERSION = "13.1.9" end # |