summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-10-19 14:41:40 +0000
committerChef Versioner <chef-versioner@chef.io>2016-10-19 14:41:40 +0000
commitff7753330255c6f6cdc0f2d01983cf31615989a7 (patch)
treead1135d9b35d1a9b55019d272a3270e0dfbe88d5 /lib
parentec2a68b88947dc9c809b7254b3217e896756c63d (diff)
downloadchef-ff7753330255c6f6cdc0f2d01983cf31615989a7.tar.gz
Bump version of chef to 12.16.14 by Chef Versioner.v12.16.14
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 1bcaa2036b..7c9da41eed 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.13"
+ VERSION = "12.16.14"
end
#