summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-02-17 21:21:11 +0000
committerChef Versioner <chef-versioner@chef.io>2017-02-17 21:21:11 +0000
commit8f318ae3a874f0708cbde3855096d110bb75e5bb (patch)
tree31908cf96d607a5a59927b87812159953a3f7740 /lib
parent3947f094d2559ae45c71dd0371e1da57e9eece57 (diff)
downloadchef-8f318ae3a874f0708cbde3855096d110bb75e5bb.tar.gz
Bump version of chef to 12.19.34 by Chef Versioner.v12.19.34
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 9ca321b634..990f91a38f 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.33"
+ VERSION = "12.19.34"
end
#