diff options
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | chef-config/VERSION | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -1 +1 @@ -12.5.1 +12.6.0 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 # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index c769533aa6..3eb7d49365 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -21,7 +21,7 @@ class Chef CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__))) - VERSION = '12.5.1' + VERSION = '12.6.0' end # |