diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-12-07 09:34:10 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-12-07 09:34:10 +0000 |
commit | fcb0ccc2480725f03c2f97c0eb5ebcf37e4b2f32 (patch) | |
tree | 29e6be1b30712e543c347b1de0880317a3c8fad4 /lib/chef/version.rb | |
parent | a143eefd438fa4d1325728f34142746c99319146 (diff) | |
download | chef-fcb0ccc2480725f03c2f97c0eb5ebcf37e4b2f32.tar.gz |
Bump version of chef to 12.17.44 by Chef Versioner.v12.17.44
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 5198f50761..2bb1711880 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.43" + VERSION = "12.17.44" end # |