summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-08-19 04:52:31 +0000
committerChef Versioner <chef-versioner@chef.io>2016-08-19 04:52:31 +0000
commit0447477abd41488674f609cfa59c2bdf35ed6d03 (patch)
tree295dfd1bd6345d2ffa3bb0bbc1be1ff0c138e9cc /lib
parent0189c25279d7fc1e90680faad327ea0400c25503 (diff)
downloadchef-0447477abd41488674f609cfa59c2bdf35ed6d03.tar.gz
Bump version of chef to 12.14.16 by Chef Versioner.v12.14.16
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 7fb8f74e3b..5368b2d99a 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.15"
+ VERSION = "12.14.16"
end
#