summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-11-04 16:19:37 +0000
committerChef Versioner <chef-versioner@chef.io>2016-11-04 16:19:37 +0000
commit27f375a2483e00e75891da7e07d70cc2edcf7435 (patch)
tree1e881f483f2bd30bf563f031d6d69ac077825045 /lib
parent87d5ca4a6d20f895e844672aa44b17a8ce3560af (diff)
downloadchef-27f375a2483e00e75891da7e07d70cc2edcf7435.tar.gz
Bump version of chef to 12.16.43 by Chef Versioner.v12.16.43
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 6271b90bf5..b4f9ebb483 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.42"
+ VERSION = "12.16.43"
end
#