summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-05-06 22:24:24 +0000
committerChef Versioner <chef-versioner@chef.io>2016-05-06 22:24:24 +0000
commit1686ce2314f9b4be1587b648b960ef222375eb37 (patch)
treeced09d8ec44b018fd7f1a14cbd864304d0eace32 /lib
parent3a895c6a8508fdfdba6840214855ff77122f2a67 (diff)
downloadchef-1686ce2314f9b4be1587b648b960ef222375eb37.tar.gz
Bump version of chef to 12.10.38 by Chef Versioner.v12.10.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 9583fd3246..b0c626a7aa 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.10.37"
+ VERSION = "12.10.38"
end
#