summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-12-06 23:57:57 +0000
committerChef Versioner <chef-versioner@chef.io>2016-12-06 23:57:57 +0000
commitc49c6c9055d15ed37a5db0bbc778a238d0fbcd16 (patch)
tree3087f84e32ecc23fee5a5853705d72acde85d3a6 /lib
parent8b3b685ef651d6a286a977d757935cc9b68ac484 (diff)
downloadchef-c49c6c9055d15ed37a5db0bbc778a238d0fbcd16.tar.gz
Bump version of chef to 12.17.43 by Chef Versioner.v12.17.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 685069cc90..5198f50761 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.17.42"
+ VERSION = "12.17.43"
end
#