From cdbd244f7d1de53c7228f6758866c083ae71a3c3 Mon Sep 17 00:00:00 2001 From: John Keiser Date: Wed, 7 Oct 2015 17:46:48 -0700 Subject: Bump revision to 12.5.1 --- VERSION | 2 +- chef-config/VERSION | 2 +- chef-config/lib/chef-config/version.rb | 2 +- lib/chef/version.rb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index b7d7205d7e..2b4b4d7cb5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.5.0 +12.5.1 diff --git a/chef-config/VERSION b/chef-config/VERSION index b7d7205d7e..2b4b4d7cb5 100644 --- a/chef-config/VERSION +++ b/chef-config/VERSION @@ -1 +1 @@ -12.5.0 +12.5.1 diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index ca9e132f7c..654a18eac1 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.0' + VERSION = '12.5.1' end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index c0ff754873..c769533aa6 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.0' + VERSION = '12.5.1' end # -- cgit v1.2.1