diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-11-14 22:21:08 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-11-14 22:21:08 +0000 |
commit | c7cdc49cabcdafb59c5f9518e93d0f2f9595c3be (patch) | |
tree | cfd15205822f36c9cff24515ef803371f781a774 /chef-config | |
parent | f7b4e27cb2f08b4f2911b303d3366b142780b1f2 (diff) | |
download | chef-c7cdc49cabcdafb59c5f9518e93d0f2f9595c3be.tar.gz |
Bump version to 15.0.65 by Chef Expeditorv15.0.65
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-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 aacd0dd0db..4dd794b9b6 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 = "15.0.64".freeze + VERSION = "15.0.65".freeze end # |