diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-11-01 17:12:14 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-11-01 17:12:14 +0000 |
commit | 64e9455c816bac611b71ed4854d29d723bde0f88 (patch) | |
tree | 1a1c61c16cafbfcb0100db1e294d6ee40093d254 /chef-config | |
parent | 47363d8114256930925e553c64a49d4ea31279c0 (diff) | |
download | chef-64e9455c816bac611b71ed4854d29d723bde0f88.tar.gz |
Bump version of chef to 12.16.34 by Chef Versioner.v12.16.34
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 e28a97795b..755bf3a6a1 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.16.33" + VERSION = "12.16.34" end # |