summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-02-03 19:37:07 +0000
committerChef Versioner <chef-versioner@chef.io>2017-02-03 19:37:07 +0000
commit58f73322224ecbb363468b81e9169a344ee3f5cf (patch)
tree40d8057d25811f062b78ed79fd8ae0cbc92e60dd /lib
parent2c06a2b7b7a26d67c0911b58dd1c5f4627f0ee59 (diff)
downloadchef-58f73322224ecbb363468b81e9169a344ee3f5cf.tar.gz
Bump version of chef to 12.19.7 by Chef Versioner.v12.19.7
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 f336426a29..a0cde16da3 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.19.6"
+ VERSION = "12.19.7"
end
#