diff options
author | Salim Alam <salam@chef.io> | 2015-12-01 16:35:33 -0800 |
---|---|---|
committer | Salim Alam <salam@chef.io> | 2015-12-01 16:44:04 -0800 |
commit | 739beae76173d900cb502013ec44229ef37dfbba (patch) | |
tree | 5a55458ffdf1778637938933c4d65b4b706b63e8 /chef-config | |
parent | 6f0c4928677ea7be6213d06e6a318d57ebed5c47 (diff) | |
download | chef-739beae76173d900cb502013ec44229ef37dfbba.tar.gz |
Bump version to 12.6.0
Diffstat (limited to 'chef-config')
-rw-r--r-- | chef-config/VERSION | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chef-config/VERSION b/chef-config/VERSION index 2b4b4d7cb5..062985d417 100644 --- a/chef-config/VERSION +++ b/chef-config/VERSION @@ -1 +1 @@ -12.5.1 +12.6.0 diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 654a18eac1..2c5e2dec8a 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.dirname(File.expand_path(File.dirname(__FILE__))) - VERSION = '12.5.1' + VERSION = '12.6.0' end # |