From 739beae76173d900cb502013ec44229ef37dfbba Mon Sep 17 00:00:00 2001 From: Salim Alam Date: Tue, 1 Dec 2015 16:35:33 -0800 Subject: Bump version to 12.6.0 --- chef-config/VERSION | 2 +- chef-config/lib/chef-config/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'chef-config') 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 # -- cgit v1.2.1