summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-02-27 02:33:28 +0000
committerChef Versioner <chef-versioner@chef.io>2017-02-27 02:33:28 +0000
commit336f21b7a19f73aa5487611aeef50b1efb02bb05 (patch)
tree01e17e25d2b265b47c134326dd37ce5520364cae /lib
parent8744346df4475d081928af698eafd782d2fdf307 (diff)
downloadchef-336f21b7a19f73aa5487611aeef50b1efb02bb05.tar.gz
Bump version of chef to 12.19.38 by Chef Versioner.v12.19.38
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 52f3eceba7..a7b2fd26c7 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.37"
+ VERSION = "12.19.38"
end
#