summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-01-20 17:40:25 +0000
committerChef Versioner <chef-versioner@chef.io>2017-01-20 17:40:25 +0000
commit8c68a52473831c14886a1568ca15eead0ea7af23 (patch)
treea9d02eab809ee41e2a391dd2f6e11b80a331e579 /lib/chef/version.rb
parent09d74bc1bd2fad858b292c14609258af851ff8be (diff)
downloadchef-8c68a52473831c14886a1568ca15eead0ea7af23.tar.gz
Bump version of chef to 12.18.43 by Chef Versioner.v12.18.43
Diffstat (limited to 'lib/chef/version.rb')
-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 fb896c849e..003c928a26 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.18.42"
+ VERSION = "12.18.43"
end
#