diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-05-11 20:23:35 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-05-11 20:23:35 +0000 |
commit | 95a66072841cdbe1681be4d7780e4cab12c77ddf (patch) | |
tree | 1c3caaa71191cb99fdb54d694408db44e28878a4 /chef-config/lib | |
parent | 1857cdd4e1d0baa225b98a5e5465c9975831fdc9 (diff) | |
download | chef-95a66072841cdbe1681be4d7780e4cab12c77ddf.tar.gz |
Bump version of chef to 12.10.45 by Chef Versioner.v12.10.45
Diffstat (limited to 'chef-config/lib')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 0470374c38..29b2b55a42 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -21,7 +21,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "12.10.44" + VERSION = "12.10.45" end # |