summaryrefslogtreecommitdiff
path: root/lib
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 /lib
parenta86bc8764c647abe209ff876bb24f692aa132c9b (diff)
downloadchef-f99b3362694d9cd9f70aa808b96a3fe3420650e1.tar.gz
Bump version of chef to 12.10.4 by Chef Versioner.v12.10.4
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
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
#