summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-05-10 17:17:36 +0000
committerChef Versioner <chef-versioner@chef.io>2016-05-10 17:17:36 +0000
commit5e2678c8e359bc8e72a42ae369f557672c27744c (patch)
tree4ae2be2ddf1c84faed55c5d4407eb57565036403 /lib
parenta1441e7354980338dd9cac47e551c4cdb8bde689 (diff)
downloadchef-12.10.43.tar.gz
Bump version of chef to 12.10.43 by Chef Versioner.v12.10.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 e9542e70f0..19f3c78f13 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.10.42"
+ VERSION = "12.10.43"
end
#