summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-03-28 21:49:29 +0000
committerChef Versioner <chef-versioner@chef.io>2016-03-28 21:49:29 +0000
commit17764c360480e489d575c9aed5ebc66df35ff854 (patch)
treed3cb829c0cf7d0b8eae4139845100828645dcf0b
parentd4482aa70f55ea3d72363411700cc731c00fa8cd (diff)
downloadchef-17764c360480e489d575c9aed5ebc66df35ff854.tar.gz
Bump version of chef to 12.9.4 by Chef Versioner.v12.9.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 3d2ea1fb16..4e460fe7f2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.9.3 \ No newline at end of file
+12.9.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 b051c56da9..e27aac79d0 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.9.3"
+ VERSION = "12.9.4"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 37391c67c7..241017578e 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.9.3"
+ VERSION = "12.9.4"
end
#