diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-09-27 20:12:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-27 20:12:34 -0700 |
commit | 992487ad24010c6a0c68311234ded1c2cfb951cc (patch) | |
tree | 804828aa2bb417cefa5cc615321e313aa692c22b /chef-config | |
parent | 5fd460b94cfc5f4e7ac6cf5ccdae1a256d6aadd9 (diff) | |
download | chef-992487ad24010c6a0c68311234ded1c2cfb951cc.tar.gz |
bumping chef minor version (#5390)
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 fec984f0dc..a9f4326297 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.14.99" + VERSION = "12.15.0" end # |