summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-04-14 19:35:42 +0000
committerChef Versioner <chef-versioner@chef.io>2016-04-14 19:35:42 +0000
commitf99b3362694d9cd9f70aa808b96a3fe3420650e1 (patch)
tree8ab9f2ecb1a3cdc198d861ad50bdbf1832e06320
parenta86bc8764c647abe209ff876bb24f692aa132c9b (diff)
downloadchef-f99b3362694d9cd9f70aa808b96a3fe3420650e1.tar.gz
Bump version of chef to 12.10.4 by Chef Versioner.v12.10.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 318d3ac77f..67df64625b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.10.3 \ No newline at end of file
+12.10.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 67c9e2fec4..2678ed97d6 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.10.3"
+ VERSION = "12.10.4"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 396f3a7fdb..477a415862 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.10.3"
+ VERSION = "12.10.4"
end
#