summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-01-25 21:33:00 +0000
committerChef Versioner <chef-versioner@chef.io>2017-01-25 21:33:00 +0000
commitf063a107c9b408f4487dc2bf99cf9ca99e812a08 (patch)
tree0e7c3f1812dac08e0a9b75ce03e0e8b41391b333 /lib
parent2e4c48e5ee459432003d56d62d13d34bee78d6f5 (diff)
downloadchef-f063a107c9b408f4487dc2bf99cf9ca99e812a08.tar.gz
Bump version of chef to 12.19.2 by Chef Versioner.v12.19.2
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 b1a1a5b2b7..8997838d58 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.1"
+ VERSION = "12.19.2"
end
#