summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-09-02 19:49:48 +0000
committerChef Versioner <chef-versioner@chef.io>2016-09-02 19:49:48 +0000
commit990343b34cd42b1448d12b9cbd8dfd08b502c673 (patch)
tree27a80ba562a87fe383362772ac26539de174d855 /lib
parent57211cbf033d5fa7cbc8aa62f93e45ceb7d58a74 (diff)
downloadchef-990343b34cd42b1448d12b9cbd8dfd08b502c673.tar.gz
Bump version of chef to 12.14.46 by Chef Versioner.v12.14.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 2f4b64faeb..8d78701144 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.14.45"
+ VERSION = "12.14.46"
end
#