summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-09-06 16:42:13 +0000
committerChef Versioner <chef-versioner@chef.io>2016-09-06 16:42:13 +0000
commit02b6ca209f91b3d2777c476b650dc95aa3044c02 (patch)
treefc4be7e6a9af709961344e2f963365c0271be5f8 /lib
parentd1a9c7ddb886ce3967aa2abc710e8343d58fa039 (diff)
downloadchef-02b6ca209f91b3d2777c476b650dc95aa3044c02.tar.gz
Bump version of chef to 12.14.51 by Chef Versioner.v12.14.51
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 7075b09fd8..9236c3b512 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.50"
+ VERSION = "12.14.51"
end
#