summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-03-23 18:03:11 +0000
committerChef Versioner <chef-versioner@chef.io>2016-03-23 18:03:11 +0000
commita421cf39a76a80da8154c93f26d3c665afa8f768 (patch)
treecc0c1f094200a235933d96e90a09b9ac15ba16f2
parent37dab57b7c6f218dad43258c745ac57471842505 (diff)
downloadchef-12.8.4.tar.gz
Bump version of chef to 12.8.4 by Chef Versioner.v12.8.4
-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 26d716c1b4..c825a40580 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.8.3 \ No newline at end of file
+12.8.4 \ No newline at end of file
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 0b35eac2a4..1996a09589 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.expand_path("../..", __FILE__)
- VERSION = "12.8.3"
+ VERSION = "12.8.4"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index e0098ccbd0..bb181339fc 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "12.8.3"
+ VERSION = "12.8.4"
end
#