summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-02-10 23:15:17 +0000
committerChef Versioner <chef-versioner@chef.io>2017-02-10 23:15:17 +0000
commit3638484134cb092a44d2f5295da9885638db02a0 (patch)
treedf8bd372e4eb28fba912b08695a180fdf0f4bb0b /lib
parentdce6627eb135e27fbebcf4d46b1ebc89d44ffbbd (diff)
downloadchef-3638484134cb092a44d2f5295da9885638db02a0.tar.gz
Bump version of chef to 12.19.22 by Chef Versioner.v12.19.22
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 8f5ddb7faa..ff088f6cab 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.21"
+ VERSION = "12.19.22"
end
#