summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-03-15 18:13:57 +0000
committerChef Versioner <chef-versioner@chef.io>2017-03-15 18:13:57 +0000
commit645054783c587301c3c1226581df5cfcd0a9b947 (patch)
tree09a9211cd06b7c95016376744a51d24a0b15dc92 /lib/chef
parent629b7b0864560b748508ab21d3472f532fe92cf3 (diff)
downloadchef-645054783c587301c3c1226581df5cfcd0a9b947.tar.gz
Bump version of chef to 13.0.43 by Chef Versioner.v13.0.43
Diffstat (limited to 'lib/chef')
-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 d5c6a65110..02690cc650 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "13.0.42"
+ VERSION = "13.0.43"
end
#