summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-05-12 16:59:24 +0000
committerChef Versioner <chef-versioner@chef.io>2016-05-12 16:59:24 +0000
commit3be2aedd3e88b353737876d60aa956e915a49888 (patch)
treedd9b1bb9efa9c320f6ea0fb49dc814bb16396428 /lib
parent4c477c03efee19d745c27446b0f978f3ec3f4a2d (diff)
downloadchef-12.10.46.tar.gz
Bump version of chef to 12.10.46 by Chef Versioner.v12.10.46
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 a1de46b8a0..68997a1832 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.45"
+ VERSION = "12.10.46"
end
#