summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-11-07 17:16:15 +0000
committerChef Versioner <chef-versioner@chef.io>2016-11-07 17:16:15 +0000
commit1d61e460675a540536bd4fc893b4bc6aa7070f21 (patch)
tree6168eb538ba7f67a76b760cca3d49e6d8bcc9f7e /lib/chef
parent1395d34e87e3a0d36e266b10172ce85c463d9f60 (diff)
downloadchef-1d61e460675a540536bd4fc893b4bc6aa7070f21.tar.gz
Bump version of chef to 12.16.49 by Chef Versioner.v12.16.49
Diffstat (limited to 'lib/chef')
-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 0d2b2082b1..b6fc2ca5a4 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.16.48"
+ VERSION = "12.16.49"
end
#