summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-09-30 10:28:16 -0700
committerJay Mundrawala <jdmundrawala@gmail.com>2015-09-30 11:06:56 -0700
commit2b386f2990473680fac7f58e1e91f7ab1bba222e (patch)
tree131463156ceaddcf2f9df657b5beff7bf572f6d3
parentc2e7c91a48da4d208f97cf1291d234e5637bd2d2 (diff)
downloadchef-12.4-stable.tar.gz
Prepare 12.4.412.4.412.4-stable
This will be a non omnibus release. We will just be tagging
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
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
#