diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-02-17 21:21:11 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-02-17 21:21:11 +0000 |
commit | 8f318ae3a874f0708cbde3855096d110bb75e5bb (patch) | |
tree | 31908cf96d607a5a59927b87812159953a3f7740 /lib/chef | |
parent | 3947f094d2559ae45c71dd0371e1da57e9eece57 (diff) | |
download | chef-8f318ae3a874f0708cbde3855096d110bb75e5bb.tar.gz |
Bump version of chef to 12.19.34 by Chef Versioner.v12.19.34
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 9ca321b634..990f91a38f 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -21,7 +21,7 @@ class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = "12.19.33" + VERSION = "12.19.34" end # |