diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-02-15 21:58:31 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-02-15 21:58:31 +0000 |
commit | e48fce52ed84604ecd0f7ab54a21d1793490c44a (patch) | |
tree | 12141120f0518a91259d3a7683626bab21d3e025 /chef-config/lib | |
parent | 40b49ed1f8216c9f2db21e198c298fd585c38cae (diff) | |
download | chef-e48fce52ed84604ecd0f7ab54a21d1793490c44a.tar.gz |
Bump version of chef to 12.19.31 by Chef Versioner.v12.19.31
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 ca6c51b3fb..c214295d8e 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 = "12.19.30" + VERSION = "12.19.31" end # |