summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-11-02 10:01:49 +0000
committerChef Versioner <chef-versioner@chef.io>2016-11-02 10:01:49 +0000
commitf9c619bc45e161e1518fd8f534898c4f7665166f (patch)
treefd36a310fc8a2aa764bc049e5b85d43e7c4cb90d /lib
parentc1caccb4f10a86b8d59a7ea4a8c0bf22d0c1ba83 (diff)
downloadchef-f9c619bc45e161e1518fd8f534898c4f7665166f.tar.gz
Bump version of chef to 12.16.39 by Chef Versioner.v12.16.39
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 8b99483c26..1cb43b81f3 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.16.38"
+ VERSION = "12.16.39"
end
#