diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-08-27 10:01:04 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-08-27 10:01:04 +0000 |
commit | 31c3d0f5003432ea8ee886ce78442b059608ea0f (patch) | |
tree | f484991122b7acf125a566ce05e2db8d2f572910 /lib/chef/version.rb | |
parent | 5af6e50e0e36d4b737a1e17c5897f853bf5f0914 (diff) | |
download | chef-31c3d0f5003432ea8ee886ce78442b059608ea0f.tar.gz |
Bump version of chef to 12.14.39 by Chef Versioner.v12.14.39
Diffstat (limited to 'lib/chef/version.rb')
-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 db9e6678a7..48af21b87b 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.14.38" + VERSION = "12.14.39" end # |