From 2b386f2990473680fac7f58e1e91f7ab1bba222e Mon Sep 17 00:00:00 2001 From: Jay Mundrawala Date: Wed, 30 Sep 2015 10:28:16 -0700 Subject: Prepare 12.4.4 This will be a non omnibus release. We will just be tagging --- VERSION | 2 +- chef-config/lib/chef-config/version.rb | 2 +- lib/chef/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 9f3bdf87a9..c9817808c1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.4.3 +12.4.4 diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 89be10c5c9..9da441cfa4 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -20,6 +20,6 @@ #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module ChefConfig - VERSION = '12.4.3' + VERSION = '12.4.4' end diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 67f88b7678..59ff4b5864 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.4.3' + VERSION = '12.4.4' end # -- cgit v1.2.1