summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-12-06 21:46:28 +0000
committerChef Versioner <chef-versioner@chef.io>2016-12-06 21:46:28 +0000
commit66092cb7e62106619ce3e32dda5b0717868ebb45 (patch)
tree143b395fa0f651d0c8eb7bab8597eefd1243ff5b /lib
parentd0ddf6bfcb652bcdc8aba0cf6b4a05ad6718e161 (diff)
downloadchef-66092cb7e62106619ce3e32dda5b0717868ebb45.tar.gz
Bump version of chef to 12.17.40 by Chef Versioner.v12.17.40
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 1aa9d6079d..94f6289d12 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.17.39"
+ VERSION = "12.17.40"
end
#