diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-01-24 08:25:37 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-01-24 08:25:37 +0000 |
commit | f06f65889cae8c56f22957fa0cd7d8387a4738eb (patch) | |
tree | fc84ee9aecb2608a3fd0b4e922c91fcd5f5383ed /lib/chef/version.rb | |
parent | ce30c4c1e008de6b9b385ebbe9bd4ab5331cb8cf (diff) | |
download | chef-f06f65889cae8c56f22957fa0cd7d8387a4738eb.tar.gz |
Bump version of chef to 12.18.49 by Chef Versioner.v12.18.49
Diffstat (limited to 'lib/chef/version.rb')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 8d2f397214..f1cad39a38 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.48" + VERSION = "12.18.49" end # |