summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-02-14 20:45:42 +0000
committerChef Versioner <chef-versioner@chef.io>2017-02-14 20:45:42 +0000
commit50d0a6b6a0b55d038fceb3b4047b8b52e5fb110a (patch)
tree75e14b268147e3ee2d298c6da1901fa12a212596 /lib/chef
parent8b4de84b99525d03047e96a2bb70ba18001ef9dc (diff)
downloadchef-50d0a6b6a0b55d038fceb3b4047b8b52e5fb110a.tar.gz
Bump version of chef to 12.19.29 by Chef Versioner.v12.19.29
Diffstat (limited to 'lib/chef')
-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 a9e93d69cf..c8055983bf 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.28"
+ VERSION = "12.19.29"
end
#