summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-09-01 17:02:48 +0000
committerChef Versioner <chef-versioner@chef.io>2016-09-01 17:02:48 +0000
commit5fdce24d611e4b903ecd4e040e998b861b6adc66 (patch)
tree73a7daaf9eb4113426fca09c8c4f561f6f1bcddf /lib/chef/version.rb
parent7ecca2c569a201ac9a581d2a27841c9634412ab3 (diff)
downloadchef-5fdce24d611e4b903ecd4e040e998b861b6adc66.tar.gz
Bump version of chef to 12.14.43 by Chef Versioner.v12.14.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 a654b048de..1469203243 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.14.42"
+ VERSION = "12.14.43"
end
#