diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-05-26 12:58:35 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-05-26 12:58:35 +0000 |
commit | 8f7d2e4f4c4879885432fe05d65e00ba0f3865c1 (patch) | |
tree | b8c71f56df8a27d4fc7f4b48aa4b55910be388ec /chef-config | |
parent | bbab453785ca43bf54dde009e69f325cc978ab24 (diff) | |
download | chef-8f7d2e4f4c4879885432fe05d65e00ba0f3865c1.tar.gz |
Bump version of chef to 13.1.30 by Chef Versioner.v13.1.30
Diffstat (limited to 'chef-config')
-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 c14bc6b4de..78d8f8c7e4 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.29" + VERSION = "13.1.30" end # |