summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-01-20 17:05:49 +0000
committerChef Versioner <chef-versioner@chef.io>2017-01-20 17:05:49 +0000
commit0770318b052d51d07f79d433ce96cc48bd437aa4 (patch)
tree160c5f2181b7e307e035005fa3beecf4d237b64a /lib/chef/version.rb
parentd4ef4471ee58f7d4c1a6ca2fca5de7e5f4736c1a (diff)
downloadchef-0770318b052d51d07f79d433ce96cc48bd437aa4.tar.gz
Bump version of chef to 12.18.42 by Chef Versioner.v12.18.42
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 cbd8f5670b..fb896c849e 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.41"
+ VERSION = "12.18.42"
end
#