summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-10-19 09:17:31 +0000
committerChef Versioner <chef-versioner@chef.io>2016-10-19 09:17:31 +0000
commit9dad5bb28135e031e0c4a5a461ec3f8d97451679 (patch)
tree66fcb9324bd71882d3e931ae7db0be4a5f81f643 /lib
parente2cbecd2b2b4e36fc961192974e0dd3c616e8dd0 (diff)
downloadchef-9dad5bb28135e031e0c4a5a461ec3f8d97451679.tar.gz
Bump version of chef to 12.16.13 by Chef Versioner.v12.16.13
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 0b656dacdb..1bcaa2036b 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.12"
+ VERSION = "12.16.13"
end
#